|
VirtualBox Main API
|
Implementation of the IUpdateAgent object for VirtualBox host updates. More...
Public Attributes | |
| readonly attribute boolean | midlDoesNotLikeEmptyInterfaces |
Public Attributes inherited from IUpdateAgent | |
| readonly attribute wstring | name |
| Name of the update component. More... | |
| readonly attribute IEventSource | eventSource |
| Event source for update agent events. More... | |
| readonly attribute unsigned long | order |
| Order hint the update component needs to run at, in conjunction with other update components. More... | |
| readonly attribute wstring [] | dependsOn |
| Array of other update component names this component depends on before being able to get installed. More... | |
| readonly attribute wstring | version |
| Version the update contains. More... | |
| readonly attribute wstring | downloadUrl |
| Download URL of the update. More... | |
| readonly attribute wstring | webUrl |
| Web URL of the update. More... | |
| readonly attribute wstring | releaseNotes |
| Release notes of the update. More... | |
| attribute boolean | enabled |
| Enables or disables the update component. More... | |
| readonly attribute boolean | hidden |
| Whether the update component shall be hidden from the user or not. More... | |
| readonly attribute UpdateState | state |
| Returns the current update state. More... | |
| attribute unsigned long | checkFrequency |
| The update check frequency (in seconds). More... | |
| attribute UpdateChannel | channel |
| Update channel to use for checking for updates. More... | |
| attribute wstring | repositoryURL |
| Update repository URL to use for retrieving the update. More... | |
| readonly attribute wstring | lastCheckDate |
| Date of last update check. More... | |
| readonly attribute unsigned long | checkCount |
| How many times the update check has happened already. More... | |
| readonly attribute boolean | isCheckNeeded |
Returns TRUE if an update check is needed, or FALSE if not. More... | |
| readonly attribute UpdateChannel [] | supportedChannels |
| Returns a safe array of all supported update channels this agents offers. More... | |
Additional Inherited Members | |
Public Member Functions inherited from IUpdateAgent | |
| void | checkFor ([retval] out IProgress progress) |
| Checks for an update. More... | |
| void | download ([retval] out IProgress progress) |
| Downloads the update. More... | |
| void | install ([retval] out IProgress progress) |
| Installs the update. More... | |
| void | rollback () |
| Rolls back installing the update. More... | |
Implementation of the IUpdateAgent object for VirtualBox host updates.
{D782DBA7-CD4F-4ACE-951A-58321C23E258} | readonly attribute boolean IHostUpdateAgent::midlDoesNotLikeEmptyInterfaces |
1.8.13