EntryAssemblyAttributeFindEntryAssemblyInCurrentAppDomain Method | |
Finds the entry assembly in the current app domain.
Namespace:
SIC
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax private static Assembly FindEntryAssemblyInCurrentAppDomain()
Private Shared Function FindEntryAssemblyInCurrentAppDomain As Assembly
Return Value
Type:
AssemblyThe entry assembly.
See Also