M-Files Vault Application Framework
C#
Show/Hide TOC
IModule
Loader Interface
Interface for the module loader component.
Definition
Namespace:
MFiles.VAF.Module
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
interface
IModuleLoader
Methods
LoadModule
Loads the module. Creates an instance of the module class that implements IModule.
LoadModules
Loads the modules. Creates an instance of each available class that implements IModule.
See Also
Reference
MFiles.VAF.Module Namespace
In This Article
Definition
Methods
See Also