C# 클래스 LongoMatch.Services.UpdatesNotifier

상속: IService
파일 보기 프로젝트 열기: GNOME/longomatch 1 사용 예제들

공개 메소드들

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

메소드 상세

CheckForUpdates() 공개 정적인 메소드

public static CheckForUpdates ( ) : void
리턴 void

FetchNewVersion() 공개 정적인 메소드

public static FetchNewVersion ( string url, string filename ) : bool
url string
filename string
리턴 bool

IsOutDated() 공개 정적인 메소드

public static IsOutDated ( System.Version currentVersion, System.Version latestVersion ) : bool
currentVersion System.Version
latestVersion System.Version
리턴 bool

ParseNewVersion() 공개 정적인 메소드

public static ParseNewVersion ( string filename, System.Version &latestVersion, string &downloadURL, string &changeLog ) : bool
filename string
latestVersion System.Version
downloadURL string
changeLog string
리턴 bool

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : bool
리턴 bool