Click or drag to resize
AssemblyUtilsGetLoadedAssemblies Method
Gets all assemblies that are loaded in the current application domain.

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static IEnumerable<Assembly> GetLoadedAssemblies()

Return Value

Type: IEnumerableAssembly
All loaded assemblies.
See Also