CP.Addon - The Addon class represents the instance of an add-on. To use this class, use its constructor and open an addon. Use these properties to retrieve it's configuration


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class CPAddonBaseClass
C#
public abstract class CPAddonBaseClass
C++
ref class CPAddonBaseClass abstract 
J#
public  class CPAddonBaseClass
JScript
public  class CPAddonBaseClass

Inheritance Hierarchy

System.Object
   Contensive.BaseClasses.CPAddonBaseClass

Thread Safety

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

See Also