ModularVaultApplicationBaseLoadHandlerMethods Method

Finds and caches all event handler methods and vault extension methods in the assembly. The methods are decorated with specific attributes.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected override void LoadHandlerMethods(
	Vault vault
)

Parameters

vault  Vault
The vault in which to operate.

See Also