CommonApplicationLogic PreloadAssemblies Method NFX Class Library

[This is preliminary documentation and is subject to change.]

RESERVED for future use. Loads assemblies specified in 'preload-assemblies' section from disk optionally checking the 'enabled' flag. This method is called on application startup by the framework

Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool PreloadAssemblies(
	bool checkFlag = true
)

Return Value

Type: OnlineBoolean
See Also