DataPlace
ModuleLoader Class
CSCS.DataPlace.LoaderModuleLoader
Constructs modules as described by ModuleInfo instances. After construction of the module the loader will start a thread to manage module initialization. For a given instance of DataPlace only one instance of ModuleLoader should be used in order that module validation behave correctly.
Declaration Syntax
C#
public class ModuleLoader
Members
All MembersConstructorsMethodsEvents



IconMemberDescription
ModuleLoader()()()
Creates a new instance.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
LoadModule(ModuleInfo, IDPApplication)
Loads a module.

LoadModule(ModuleInfo, IDPApplication, Boolean)
Constructs an add-in, a DataPlace SDK module. The module will be initialized in a separate thread from the one calling this method (this method will return before the module is initialized). The OnStart(IDPApplication) method is called on the new module when initialization is complete.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ModuleLoaded
Occurs when a module is loaded.

OnModuleLoaded(ModuleLoader..::.ModuleLoadedEventArgs)
Raises the ModuleLoaded event.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ModuleLoader

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