C# 클래스 BiliRanking.Core.Updater

파일 보기 프로젝트 열기: SkiTiSu/BiliRanking

공개 프로퍼티들

프로퍼티 타입 설명
LatestVersionNumber string
Version string

공개 메소드들

메소드 설명
CheckUpdate ( bool beta = false ) : void
Updater ( ) : System

비공개 메소드들

메소드 설명
CreateWebClient ( ) : WebClient
Http_DownloadFileCompleted ( object sender, System e ) : void
Http_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void
StartDownload ( Asset ass ) : void

메소드 상세

CheckUpdate() 공개 메소드

public CheckUpdate ( bool beta = false ) : void
beta bool
리턴 void

Updater() 공개 메소드

public Updater ( ) : System
리턴 System

프로퍼티 상세

LatestVersionNumber 공개적으로 프로퍼티

public string LatestVersionNumber
리턴 string

Version 공개적으로 프로퍼티

public string Version
리턴 string