Click or drag to resize

AssemblyLoader class

Provides methods for the dynamic loading of Assemblies and the instantiation of classes contained therein available.
Inheritance hierarchy
SystemObject
  NetEti.GlobalsAssemblyLoader

Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
public class AssemblyLoader

The AssemblyLoader Type exposes the following members.

Methods
 NameDescription of the
Public MethodDynamicLoadAssembly Loads the assembly from the specified path.
Public MethodDynamicLoadObjectOfTypeFromAssembly Dynamically loads an object of the transferred type from the specified assembly. All assemblies referenced by the specified assembly are additionally also searched for in assemblyDirectories.
Public MethodStatic MemberGetAssemblyLoader Singleton provider - takes over paths to directories in which additional should be searched for assemblies.
Public MethodStatic MemberGetLoadedAssemblies Provides a list of all assemblies loaded in the AppDomain.
Back to the top
Remarks
File: AssemblyLoader.cs Author: Erik Nagel 10.04.2013 Erik Nagel: created
See also