Package prlsdkapi :: Class PluginInfo
[hide private]
[frames] | no frames]

Class PluginInfo

object --+    
         |    
   _Handle --+
             |
            PluginInfo

Virtual Machine-based servers only Contains information about a third-party plug-in installed in Parallels Service. To obtain the list of installed plug-ins use PrlSrv_GetPluginsList.

Instance Methods [hide private]
 
get_vendor(self)
Returns the vendor of the plugin.
 
get_copyright(self)
Returns copyright of the plugin.
 
get_short_description(self)
Returns short description about the plugin.
 
get_long_description(self)
Returns long description about the plugin.
 
get_version(self)
Returns the version of the plugin.
 
get_id(self)
Returns identificator of the plugin in GUID format.

Inherited from _Handle: __del__, __init__, add_ref, free, get_handle_type, get_package_id, get_type

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__