Provides a mid-weight base class to speed plug-in implementation.
| C# | Visual Basic | Visual C++ |
public abstract class ChameleonPluginBase
Public MustInherit Class ChameleonPluginBase
public ref class ChameleonPluginBase abstract
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| ChameleonPluginBase()()() | ||
| Clean()()() |
Basic stub for Clean
| |
| 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. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize(array<String>[]()[], FeedBack..::.sendFeedBack) |
Initializes this plug-in
| |
| Load(String) |
Basic stub for Load
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| myDataFiles |
An array of data files passed from the client. The plug-in should operate on this data.
| |
| myReporter |
A delegate that allows this plug-in to pass status messages back to the client
| |
| Save()()() |
Basic stub for Save
| |
| ToString()()() | (Inherited from Object.) |
Plug-ins can inherit from this class and implement IChameleon plug-in to
avoid a few repetitive steps in plug-in development. Any sections requiring custom logic
can be overridden in the plug-in
| Object | |
| ChameleonPluginBase | |