DynamicModuleLoader Constructor
Constructor.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public DynamicModuleLoader(
IModuleManager manager,
string assemblyFolder,
Assembly mainAssembly
)
Parameters
- manager IModuleManager
- The IModuleManager that is needed when initializing the created modules.
- assemblyFolder String
- Name of the subfolder that contains the module assemblies.
- mainAssembly Assembly
- The application's main assembly. Modules are searched also from there.
Can be null.