iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Working With Plugins > Writing a Plugin > Writing a Plugin in VB.NET or C# > Using the IGC Libraries and API in VB.NET and C# |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
When you write a plugin in VB.NET or C#, your plugin must reference IGC_dotnet.dll, which is located in the csharp subdirectory of the directory in which Chameleon is installed. In addition, the directory containing IGC.dll must be included as part of your system's PATH environment variable. IGC.dll is normally located in the directory in which Iguana is installed.
An API is provided to enable your plugin to interact with the IGC libraries. To view the reference documentation for this API, follow this link: iNTERFACEWARE.Iguana.Plugin Namespace. VB.NET and C# use the same API. |