C# 클래스 Koffeinfrei.Base.KfUpdater

파일 보기 프로젝트 열기: Miners/MinusShare 1 사용 예제들

공개 메소드들

메소드 설명
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