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