C# Class Statman.Util.UpdateChecker

Show file Open project: OrfeasZ/Statman

Public Methods

Method Description
HasNewerVersion ( string &p_CurrentVersion, string &p_Version, string &p_ReleaseURL, bool &p_PreRelease ) : bool

Private Methods

Method Description
GetLatestReleaseData ( ) : string
ParseReleaseData ( string p_Data, string &p_LatestVersion, string &p_ReleaseURL, bool &p_PreRelease ) : bool

Method Details

HasNewerVersion() public static method

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
return bool