PluginDll Class Reference
Provides information about the plug-ins in a specific DLL.
|
tuple | Classes = _swig_property(lambda self: (self.GetClass(i) for i in xrange(self.GetNumClasses()))) |
|
tuple | Description = _swig_property(GetDescription) |
|
tuple | FilePath = _swig_property(GetFilePath) |
|
tuple | Loaded = _swig_property(IsLoaded) |
|
tuple | NumClasses = _swig_property(GetNumClasses) |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
def GetClass |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetClass(PluginDll self, int n) -> ClassDesc
def GetDescription |
( |
|
self | ) |
|
GetDescription(PluginDll self) -> wchar_t const *
GetFilePath(PluginDll self) -> wchar_t const *
def GetNumClasses |
( |
|
self | ) |
|
GetNumClasses(PluginDll self) -> int
IsLoaded(PluginDll self) -> bool