Click or drag to resize
AssemblyUtils Class
Utility methods for operating on assemblies.
Inheritance Hierarchy
SystemObject
  Slash.Reflection.UtilsAssemblyUtils

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public class AssemblyUtils

The AssemblyUtils type exposes the following members.

Constructors
  NameDescription
Public methodAssemblyUtils
Initializes a new instance of the AssemblyUtils class
Top
Methods
  NameDescription
Public methodStatic memberCheckReferencedAssembliesAreLoaded
Public methodStatic memberGetLoadedAssemblies
Gets all assemblies that are loaded in the current application domain.
Top
See Also