Chameleon and Iguana Plugin C# Class Libraries

Engine.Load Method 

Load the visual message definition (VMD) file mappingFile.

[Visual Basic]
Public Sub Load( _
   ByVal mappingFile As String _
)
[C#]
public void Load(
   string mappingFile
);

Remarks

This must be done before the Chameleon engine can be used.

Applications should load the VMD file as part of initialization since loading may take a few seconds. Loading the VMD file every time a message is encountered will result in very slow performance.

See Also

Engine Class | iNTERFACEWARE.Chameleon Namespace