C# Class Statman.Util.UpdateChecker

Afficher le fichier Open project: OrfeasZ/Statman

Méthodes publiques

Méthode Description
HasNewerVersion ( string &p_CurrentVersion, string &p_Version, string &p_ReleaseURL, bool &p_PreRelease ) : bool

Private Methods

Méthode Description
GetLatestReleaseData ( ) : string
ParseReleaseData ( string p_Data, string &p_LatestVersion, string &p_ReleaseURL, bool &p_PreRelease ) : bool

Method Details

HasNewerVersion() public static méthode

public static HasNewerVersion ( string &p_CurrentVersion, string &p_Version, string &p_ReleaseURL, bool &p_PreRelease ) : bool
p_CurrentVersion string
p_Version string
p_ReleaseURL string
p_PreRelease bool
Résultat bool