EntryAssemblyAttributeGetEntryAssemblyLazily Method | |
Invoked lazily to find the entry assembly. We want to cache this value as it may be expensive to find.
Namespace:
SIC
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax private static Assembly GetEntryAssemblyLazily()
Private Shared Function GetEntryAssemblyLazily As Assembly
Return Value
Type:
AssemblyThe entry assembly.
See Also