C# Class Koffeinfrei.Base.KfUpdater

Afficher le fichier Open project: Miners/MinusShare Class Usage Examples

Méthodes publiques

Méthode Description
Check ( ) : void

Determines whether the server has a more recent version of the application.

KfUpdater ( string versionFileUrl, string downloadUrlFormat ) : System

Initializes a new instance of the KfUpdater class.

Update ( ) : void

Updates the specified download URL format.

Private Methods

Méthode Description
webClient_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Method Details

Check() public méthode

Determines whether the server has a more recent version of the application.
public Check ( ) : void
Résultat void

KfUpdater() public méthode

Initializes a new instance of the KfUpdater class.
public KfUpdater ( string versionFileUrl, string downloadUrlFormat ) : System
versionFileUrl string The version file URL.
downloadUrlFormat string The download URL format, e.g. /// https://github.com/downloads/koffeinfrei/zueribad-wintray/zueribad_setup_{0}.msi ///
Résultat System

Update() public méthode

Updates the specified download URL format.
public Update ( ) : void
Résultat void