C# 클래스 AvalonGUIConfig.updateCheck

파일 보기 프로젝트 열기: ncoH/Avalon

공개 프로퍼티들

프로퍼티 타입 설명
abortDownload bool
changeLogFile string
curVersion System.Version
downloadStop System.Windows.Forms.Button
newVersion System.Version
patchList List
url string

공개 메소드들

메소드 설명
Download ( ) : void
SkinVersion ( ) : System.Version
buildDownloadForm ( ) : void
installUpdate ( ) : void
updateAvailable ( bool calledFromConfig ) : bool

비공개 메소드들

메소드 설명
extractAndCleanup ( ) : void

메소드 상세

Download() 공개 정적인 메소드

public static Download ( ) : void
리턴 void

SkinVersion() 공개 정적인 메소드

public static SkinVersion ( ) : System.Version
리턴 System.Version

buildDownloadForm() 공개 정적인 메소드

public static buildDownloadForm ( ) : void
리턴 void

installUpdate() 공개 정적인 메소드

public static installUpdate ( ) : void
리턴 void

updateAvailable() 공개 정적인 메소드

public static updateAvailable ( bool calledFromConfig ) : bool
calledFromConfig bool
리턴 bool

프로퍼티 상세

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

public static bool abortDownload
리턴 bool

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

public static string changeLogFile
리턴 string

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

public static Version,System curVersion
리턴 System.Version

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

public static Button,System.Windows.Forms downloadStop
리턴 System.Windows.Forms.Button

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

public static Version,System newVersion
리턴 System.Version

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

public static List patchList
리턴 List

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

public static string url
리턴 string