DynamicModuleLoader Constructor

Constructor.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
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.

See Also