C# Класс Koffeinfrei.Base.KfUpdater

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
webClient_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Описание методов

Check() публичный Метод

Determines whether the server has a more recent version of the application.
public Check ( ) : void
Результат void

KfUpdater() публичный Метод

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 ///
Результат System

Update() публичный Метод

Updates the specified download URL format.
public Update ( ) : void
Результат void