DynamicModuleLoader Class |
Namespace: MFiles.VAF
The DynamicModuleLoader type exposes the following members.
Name | Description | |
---|---|---|
![]() | DynamicModuleLoader |
Constructor.
|
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.
|
Name | Description | |
---|---|---|
![]() | assemblyFolder |
Path to the subfolder that contains the additional module assemblies.
|
![]() | locator |
The assembly locator object.
|
![]() | mainAssembly |
The application main assembly.
|
![]() | manager |
The module manager object that is given to the loaded modules.
|