C# 클래스 fCraft.Updater

Checks for updates, and keeps track of current version/revision.
파일 보기 프로젝트 열기: GlennMR/800craft

공개 프로퍼티들

프로퍼티 타입 설명
Changelog string
CurrentRelease ReleaseInfo
DownloadLocation string
UpdaterLocation string
WebVersion int
WebVersionFullString string

공개 메소드들

메소드 설명
CheckForUpdates ( ) : UpdaterResult
UpdateCheck ( ) : bool

비공개 메소드들

메소드 설명
RaiseCheckedForUpdatesEvent ( string url, UpdaterResult result ) : void
RaiseCheckingForUpdatesEvent ( string &updateUrl ) : bool
Updater ( ) : System

메소드 상세

CheckForUpdates() 공개 정적인 메소드

public static CheckForUpdates ( ) : UpdaterResult
리턴 UpdaterResult

UpdateCheck() 공개 정적인 메소드

public static UpdateCheck ( ) : bool
리턴 bool

프로퍼티 상세

Changelog 공개적으로 정적으로 프로퍼티

public static string Changelog
리턴 string

CurrentRelease 공개적으로 정적으로 프로퍼티

public static ReleaseInfo CurrentRelease
리턴 ReleaseInfo

DownloadLocation 공개적으로 정적으로 프로퍼티

public static string DownloadLocation
리턴 string

UpdaterLocation 공개적으로 정적으로 프로퍼티

public static string UpdaterLocation
리턴 string

WebVersion 공개적으로 정적으로 프로퍼티

public static int WebVersion
리턴 int

WebVersionFullString 공개적으로 정적으로 프로퍼티

public static string WebVersionFullString
리턴 string