Click or drag to resize

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

Return Value

Type: ListAssembly
The entry assemblys
See Also