EntryAssemblyAttributeFindEntryAssemblysInCurrentAppDomain Method | |
Finds all entry assemblys in the current app domain.
Namespace:
SIC
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax private static List<Assembly> FindEntryAssemblysInCurrentAppDomain()
Private Shared Function FindEntryAssemblysInCurrentAppDomain As List(Of Assembly)
Return Value
Type:
ListAssemblyThe entry assemblys
See Also