C# Class SimonsRelocalizer.Modules.UpdateManager

Afficher le fichier Open project: lhr0909/SC2Patch150Relocalizer

Méthodes publiques

Свойство Type Description
downloadURL string
newVersionCount int
newVersionNumber string

Méthodes publiques

Méthode Description
CheckIfUpdatesAvailable ( ) : bool
GetDownloadURL ( ) : string
GetNewVersionNumber ( ) : string

Private Methods

Méthode Description
CheckUpdateFile ( ) : string[]

Method Details

CheckIfUpdatesAvailable() public static méthode

public static CheckIfUpdatesAvailable ( ) : bool
Résultat bool

GetDownloadURL() public static méthode

public static GetDownloadURL ( ) : string
Résultat string

GetNewVersionNumber() public static méthode

public static GetNewVersionNumber ( ) : string
Résultat string

Property Details

downloadURL public_oe static_oe property

public static string downloadURL
Résultat string

newVersionCount public_oe static_oe property

public static int newVersionCount
Résultat int

newVersionNumber public_oe static_oe property

public static string newVersionNumber
Résultat string