C# 클래스 SimonsRelocalizer.Modules.UpdateManager

파일 보기 프로젝트 열기: lhr0909/SC2Patch150Relocalizer

공개 프로퍼티들

프로퍼티 타입 설명
downloadURL string
newVersionCount int
newVersionNumber string

공개 메소드들

메소드 설명
CheckIfUpdatesAvailable ( ) : bool
GetDownloadURL ( ) : string
GetNewVersionNumber ( ) : string

비공개 메소드들

메소드 설명
CheckUpdateFile ( ) : string[]

메소드 상세

CheckIfUpdatesAvailable() 공개 정적인 메소드

public static CheckIfUpdatesAvailable ( ) : bool
리턴 bool

GetDownloadURL() 공개 정적인 메소드

public static GetDownloadURL ( ) : string
리턴 string

GetNewVersionNumber() 공개 정적인 메소드

public static GetNewVersionNumber ( ) : string
리턴 string

프로퍼티 상세

downloadURL 공개적으로 정적으로 프로퍼티

public static string downloadURL
리턴 string

newVersionCount 공개적으로 정적으로 프로퍼티

public static int newVersionCount
리턴 int

newVersionNumber 공개적으로 정적으로 프로퍼티

public static string newVersionNumber
리턴 string