DataPlace
ModuleLoader..::.LoadModuleDelegate Delegate
CSCS.DataPlace.LoaderModuleLoaderModuleLoader..::.LoadModuleDelegate
Represents the method that loads a module.
Declaration Syntax
C#
public delegate IAddIn LoadModuleDelegate(
	ModuleInfo moduleInfo,
	IDPApplication application,
	bool handleException
)
Parameters
moduleInfo (ModuleInfo)
describes the module to be loaded
application (IDPApplication)
application to be passed to the new module
handleException (Boolean)
true to handle any exceptions internally, false to propagate them
Return Value
loaded add-in

Assembly: CS.DataPlace.Extensibility (Module: CS.DataPlace.Extensibility) Version: 2.0.3271.19819