C# Class BiliRanking.Core.Updater

Afficher le fichier Open project: SkiTiSu/BiliRanking

Méthodes publiques

Свойство Type Description
LatestVersionNumber string
Version string

Méthodes publiques

Méthode Description
CheckUpdate ( bool beta = false ) : void
Updater ( ) : System

Private Methods

Méthode 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 méthode

public CheckUpdate ( bool beta = false ) : void
beta bool
Résultat void

Updater() public méthode

public Updater ( ) : System
Résultat System

Property Details

LatestVersionNumber public_oe property

public string LatestVersionNumber
Résultat string

Version public_oe property

public string Version
Résultat string