C# Class SimonsRelocalizer.Modules.UpdateManager

Show file Open project: lhr0909/SC2Patch150Relocalizer

Public Properties

Property Type Description
downloadURL string
newVersionCount int
newVersionNumber string

Public Methods

Method Description
CheckIfUpdatesAvailable ( ) : bool
GetDownloadURL ( ) : string
GetNewVersionNumber ( ) : string

Private Methods

Method Description
CheckUpdateFile ( ) : string[]

Method Details

CheckIfUpdatesAvailable() public static method

public static CheckIfUpdatesAvailable ( ) : bool
return bool

GetDownloadURL() public static method

public static GetDownloadURL ( ) : string
return string

GetNewVersionNumber() public static method

public static GetNewVersionNumber ( ) : string
return string

Property Details

downloadURL public static property

public static string downloadURL
return string

newVersionCount public static property

public static int newVersionCount
return int

newVersionNumber public static property

public static string newVersionNumber
return string