ICDEPlugin Methods
The ICDEPlugin type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseEngine |
Returns the IBaseEngine Interface to the C-DEngine when needed. This method
might become obsolete in the future but has to be provided for now
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitEngineAssets |
The C-DEngine will call this function to give a reference to the IBaseEngine Interface of the MyBaseEngine to the plugin-service
The IBaseEngine contains many methods for communication management
Use this method to initialize all your assets that are NOT depending on other Plugins or Engines
You cannot assume that any other engine is running at the execution time of this method
|
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |