C# Class BiliRanking.Core.Updater

Mostrar archivo Open project: SkiTiSu/BiliRanking

Public Properties

Property Type Description
LatestVersionNumber string
Version string

Public Methods

Method Description
CheckUpdate ( bool beta = false ) : void
Updater ( ) : System

Private Methods

Method Description
CreateWebClient ( ) : WebClient
Http_DownloadFileCompleted ( object sender, System e ) : void
Http_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void
StartDownload ( Asset ass ) : void

Method Details

CheckUpdate() public method

public CheckUpdate ( bool beta = false ) : void
beta bool
return void

Updater() public method

public Updater ( ) : System
return System

Property Details

LatestVersionNumber public_oe property

public string LatestVersionNumber
return string

Version public_oe property

public string Version
return string