C# Class AvalonGUIConfig.updateCheck

Show file Open project: ncoH/Avalon

Public Properties

Property Type Description
abortDownload bool
changeLogFile string
curVersion System.Version
downloadStop System.Windows.Forms.Button
newVersion System.Version
patchList List
url string

Public Methods

Method Description
Download ( ) : void
SkinVersion ( ) : System.Version
buildDownloadForm ( ) : void
installUpdate ( ) : void
updateAvailable ( bool calledFromConfig ) : bool

Private Methods

Method Description
extractAndCleanup ( ) : void

Method Details

Download() public static method

public static Download ( ) : void
return void

SkinVersion() public static method

public static SkinVersion ( ) : System.Version
return System.Version

buildDownloadForm() public static method

public static buildDownloadForm ( ) : void
return void

installUpdate() public static method

public static installUpdate ( ) : void
return void

updateAvailable() public static method

public static updateAvailable ( bool calledFromConfig ) : bool
calledFromConfig bool
return bool

Property Details

abortDownload public static property

public static bool abortDownload
return bool

changeLogFile public static property

public static string changeLogFile
return string

curVersion public static property

public static Version,System curVersion
return System.Version

downloadStop public static property

public static Button,System.Windows.Forms downloadStop
return System.Windows.Forms.Button

newVersion public static property

public static Version,System newVersion
return System.Version

patchList public static property

public static List patchList
return List

url public static property

public static string url
return string