C# Class LongoMatch.Services.UpdatesNotifier

Inheritance: IService
Afficher le fichier Open project: GNOME/longomatch Class Usage Examples

Méthodes publiques

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

Method Details

CheckForUpdates() public static méthode

public static CheckForUpdates ( ) : void
Résultat void

FetchNewVersion() public static méthode

public static FetchNewVersion ( string url, string filename ) : bool
url string
filename string
Résultat bool

IsOutDated() public static méthode

public static IsOutDated ( System.Version currentVersion, System.Version latestVersion ) : bool
currentVersion System.Version
latestVersion System.Version
Résultat bool

ParseNewVersion() public static méthode

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

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool