Click or drag to resize

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()

Return Value

Type: Assembly
The entry assembly.
See Also