Click or drag to resize

AssemblyLoader methods

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
See also