Click or drag to resize

AssemblyUtils Class

Utility methods for operating on assemblies.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Core.UtilsAssemblyUtils

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
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 memberGetLoadedAssemblies
Gets all assemblies that are loaded in the current application domain.
Top
See Also