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.
| C# |
public class ModuleLoader
| All Members | Constructors | Methods | Events | ||
| Icon | Member | Description |
|---|---|---|
| ModuleLoader()()() |
Creates a new instance.
| |
| Equals(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()()() | (Inherited from Object.) |
| Object | |
| ModuleLoader | |