Chameleon Plug-in API
ChameleonPluginBase Class
NamespacesBKTech.Chameleon.PluginsChameleonPluginBase
Provides a mid-weight base class to speed plug-in implementation.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class ChameleonPluginBase
Public MustInherit Class ChameleonPluginBase
public ref class ChameleonPluginBase abstract
Members
All MembersConstructorsMethodsFields



IconMemberDescription
ChameleonPluginBase()()()
Clean()()()
Basic stub for Clean

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. 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
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
Inheritance Hierarchy
Object
ChameleonPluginBase

Assembly: Chameleon_Plugin (Module: Chameleon_Plugin) Version: 2.0.2.20797 (2.0.2.0)