Chameleon and Iguana Plugin C# Class Libraries

Table.Handle64 Property

Get the table handle.

[Visual Basic]
Public ReadOnly Property Handle64 As IntPtr
[C#]
public System.IntPtr Handle64 {get;}

Remarks

This is used in the internal implementation of Chameleon and should not be invoked directly. This method is suffixed with 64 only so that the legacy Handle method could be retained for backwards compatibility. New code should use this property, not the unsuffixed one.

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace