Chameleon and Iguana Plugin C# Class Libraries

Message Constructor (Engine, Int32, Int32)

Constructor. Creates a message with a Table handle. 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.

[Visual Basic]
Overloads Public Sub New( _
   ByVal aEngine As Engine, _
   ByVal messageIndex As Integer, _
   ByVal tableHandle As Integer _
)
[C#]
public Message(
   Engine aEngine,
   int messageIndex,
   int tableHandle
);

See Also

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