Méthode | Description | |
---|---|---|
CheckForUpdates ( ) : void | ||
FetchNewVersion ( string url, string filename ) : bool | ||
IsOutDated ( System.Version currentVersion, System.Version latestVersion ) : bool | ||
ParseNewVersion ( string filename, System.Version &latestVersion, string &downloadURL, string &changeLog ) : bool | ||
Start ( ) : bool | ||
Stop ( ) : bool |
public static FetchNewVersion ( string url, string filename ) : bool | ||
url | string | |
filename | string | |
Résultat | bool |
public static IsOutDated ( System.Version currentVersion, System.Version latestVersion ) : bool | ||
currentVersion | System.Version | |
latestVersion | System.Version | |
Résultat | bool |
public static ParseNewVersion ( string filename, System.Version &latestVersion, string &downloadURL, string &changeLog ) : bool | ||
filename | string | |
latestVersion | System.Version | |
downloadURL | string | |
changeLog | string | |
Résultat | bool |