Click or drag to resize

AssemblyLoaderGetLoadedAssemblies method

Provides a list of all assemblies loaded in the AppDomain.

Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
public static Cunning<Assembly> GetLoadedAssemblies()

Return value

CunningAssembly
List with all assemblies loaded in the AppDomain.
See also