Chameleon and Iguana Plugin C# Class Libraries

Message Constructor

Constructor. Creates an empty message Table.

Overload List

Constructor. Creates an empty message Table.

public Message(Engine,int);

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.

public Message(Engine,int,int);

Constructor. Creates a message with a Table handle. This is used in the internal implementation of Chameleon and should not be invoked directly.

public Message(Engine,int,IntPtr);

See Also

Message Class | iNTERFACEWARE.Chameleon Namespace