C# Class XenUpdater.AutoUpdate

Mostra file Open project: xenserver/win-xenguestagent Class Usage Examples

Public Methods

Method Description
AutoUpdate ( ) : System
CheckIfInstalling ( ) : bool
CheckNow ( ) : void

Private Methods

Method Description
CheckForUpdates ( ) : Update
CheckIsAllowed ( ) : bool
DownloadUpdate ( Update update ) : string
GetReg ( string key, string name, object def ) : object
GetTarget ( ) : string
VerifyCertificate ( string filename ) : bool

Method Details

AutoUpdate() public method

public AutoUpdate ( ) : System
return System

CheckIfInstalling() public method

public CheckIfInstalling ( ) : bool
return bool

CheckNow() public method

public CheckNow ( ) : void
return void