Chameleon and Iguana Plugin C# Class Libraries

Config Class

This class allows access to programmatically change delimiter characters.

For a list of all members of this type, see Config Members.

System.Object
   iNTERFACEWARE.Chameleon.Config

[Visual Basic]
Public Class Config
    Implements IDisposable
[C#]
public class Config : IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The Config object should not be created directly but instead should be obtained from the Engine.GetConfig method.

See http://www.interfaceware.com/manual/delimiter_characters.html for more information on delimiter characters.

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

Config Members | iNTERFACEWARE.Chameleon Namespace