Assembly |
The AssemblyLoader Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| DynamicLoadAssembly | Loads the assembly from the specified path. | |
| DynamicLoadObjectOfTypeFromAssembly | 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. | |
| GetAssemblyLoader | Singleton provider - takes over paths to directories in which additional should be searched for assemblies. | |
| GetLoadedAssemblies | Provides a list of all assemblies loaded in the AppDomain. |