Chameleon and Iguana Plugin C# Class Libraries

DynamicEngine Class

This class implements a dynamic version of the Engine that allows the message tables to be explored dynamically rather than relying on stubcode.

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

System.Object
   iNTERFACEWARE.Chameleon.Engine
      iNTERFACEWARE.Chameleon.DynamicEngine

[Visual Basic]
Public Class DynamicEngine
    Inherits Engine
[C#]
public class DynamicEngine : Engine

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

See http://www.interfaceware.com/manual/csharp_dynamic_interface.html for more information.

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

DynamicEngine Members | iNTERFACEWARE.Chameleon Namespace