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