C# Class XenUpdater.AutoUpdate

Afficher le fichier Open project: xenserver/win-xenguestagent Class Usage Examples

Méthodes publiques

Méthode Description
AutoUpdate ( ) : System
CheckIfInstalling ( ) : bool
CheckNow ( ) : void

Private Methods

Méthode 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 méthode

public AutoUpdate ( ) : System
Résultat System

CheckIfInstalling() public méthode

public CheckIfInstalling ( ) : bool
Résultat bool

CheckNow() public méthode

public CheckNow ( ) : void
Résultat void