IModuleLoader 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#
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