Chameleon and Iguana Plugin C# Class Libraries

Config Constructor 

Construct a Config object with the specified config handle.

[Visual Basic]
Public Sub New( _
   ByVal handle As IntPtr _
)
[C#]
public Config(
   IntPtr handle
);

Remarks

This constructor is used for the internal implementation of Chameleon and should not be invoked directly. To obtain a Config object, use the Engine.GetConfig method.

See Also

Config Class | iNTERFACEWARE.Chameleon Namespace