iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Working With Plugins > Writing a Plugin > Writing a Plugin in VB.NET or C# > Using Chameleon to Generate a C# Destination Plugin |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
If you are writing a destination plugin in C#, the easiest way to create the plugin is to use Chameleon to generate stubcode for it. To do this:
The following is the stubcode that Chameleon generates:
You can modify or customize this code to process messages that have been received. For more information on the IGCdestination class that is used to implement an Iguana destination plugin in C#, see the following pages: When you have customized the stubcode to meet your needs, and ensured that it builds successfully, your plugin is ready to be tested. See Testing a Destination Plugin for details on how to test your plugin. |