DynamicModuleLoaderCreateModuleFromAssembly Method
Tries to create instance of the specified module from the given assembly.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected virtual IModule CreateModuleFromAssembly(
Type moduleType,
Assembly assembly
)
- moduleType Type
- Type of the module to locate.
- assembly Assembly
- The assembly from which the module is created.
IModuleThe created module or null.