IModuleManagerAllowLoadOfModule Method

Return whether this module should be loaded or not.

Definition

Namespace: MFiles.VAF.Module
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
bool AllowLoadOfModule(
	IModule module
)

Parameters

module  IModule
The module in question.

Return Value

Boolean
True when the module can be loaded.

See Also