
Public Attributes | |
| readonly attribute wstring | name |
| The extension pack name. | |
| readonly attribute wstring | description |
| The extension pack description. | |
| readonly attribute wstring | version |
| The extension pack version string. | |
| readonly attribute unsigned long | revision |
| The extension pack internal revision number. | |
| readonly attribute wstring | VRDEModule |
| The name of the VRDE module if the extension pack sports one. | |
| readonly attribute IExtPackPlugIn[] | plugIns |
| Plug-ins provided by this extension pack. | |
| readonly attribute boolean | usable |
| Indicates whether the extension pack is usable or not. | |
| readonly attribute wstring | whyUnusable |
| String indicating why the extension pack is not usable. | |
{58304368-F78A-418C-8FEC-D9E4E588D797} | readonly attribute wstring IExtPackBase::name |
The extension pack name.
This is unique.
| readonly attribute wstring IExtPackBase::description |
The extension pack description.
| readonly attribute wstring IExtPackBase::version |
The extension pack version string.
This is on the same form as other VirtualBox version strings, i.e.: "1.2.3", "1.2.3_BETA1", "1.2.3-OSE", "1.2.3r45678", "1.2.3r45678-OSE", "1.2.3_BETA1-r45678" or "1.2.3_BETA1-r45678-OSE"
| readonly attribute unsigned long IExtPackBase::revision |
The extension pack internal revision number.
| readonly attribute wstring IExtPackBase::VRDEModule |
The name of the VRDE module if the extension pack sports one.
| readonly attribute IExtPackPlugIn [] IExtPackBase::plugIns |
Plug-ins provided by this extension pack.
| readonly attribute boolean IExtPackBase::usable |
Indicates whether the extension pack is usable or not.
There are a number of reasons why an extension pack might be unusable, typical examples would be broken installation/file or that it is incompatible with the current VirtualBox version.
| readonly attribute wstring IExtPackBase::whyUnusable |
String indicating why the extension pack is not usable.
This is an empty string if usable and always a non-empty string if not usable.
1.5.6