Chameleon and Iguana Plugin C# Class Libraries

Table Constructor (Int32)

Construct a Table with the specified table handle.

[Visual Basic]
Overloads Public Sub New( _
   ByVal handle As Integer _
)
[C#]
public Table(
   int handle
);

Remarks

This is used in the internal implementation of Chameleon and should not be invoked directly. This overload is provided for backwards compatibility with legacy 32-bit stubcode that uses 32-bit ints as handles. 64-bit code should use IntPtr instead.

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace | Table Constructor Overload List