ClassInfo Class Reference

Class Description

Provides information about a specific plug-in in a DLL.
+ Inheritance diagram for ClassInfo:

Public Member Functions

def GetCategory (self)
 
def GetClassId (self)
 
def GetName (self)
 
def GetSuperClassId (self)
 

Static Public Attributes

tuple Category = _swig_property(GetCategory)
 
tuple ClassId = _swig_property(GetClassId)
 
tuple Name = _swig_property(GetName)
 
tuple SuperClassId = _swig_property(GetSuperClassId)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def GetCategory (   self)
GetCategory(ClassInfo self) -> wchar_t const *
def GetClassId (   self)
GetClassId(ClassInfo self) -> Class_ID
def GetName (   self)
GetName(ClassInfo self) -> wchar_t const *
def GetSuperClassId (   self)
GetSuperClassId(ClassInfo self) -> SClass_ID