DynamicModuleLoaderCreateModuleFromAssembly Method

Tries to create instance of the specified module from the given assembly.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual IModule CreateModuleFromAssembly(
	Type moduleType,
	Assembly assembly
)

Parameters

moduleType  Type
Type of the module to locate.
assembly  Assembly
The assembly from which the module is created.

Return Value

IModule
The created module or null.

See Also