DynamicModuleLoader Methods |
The DynamicModuleLoader type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateModuleFromAssembly |
Tries to create instance of the specified module from the given assembly.
|
![]() | CreateModulesFromAssembly |
Creates instances of assembly's all classes that implement IModule.
|
![]() | InitializeModule |
Initializes a module.
|
![]() | LoadModule |
Loads the specified module.
|
![]() | LoadModules |
Loads the modules. Creates an instance of each available class that implements IModule.
|