C# Class AvalonGUIConfig.updateCheck

Mostra 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_oe static_oe property

public static bool abortDownload
return bool

changeLogFile public_oe static_oe property

public static string changeLogFile
return string

curVersion public_oe static_oe property

public static Version,System curVersion
return System.Version

downloadStop public_oe static_oe property

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

newVersion public_oe static_oe property

public static Version,System newVersion
return System.Version

patchList public_oe static_oe property

public static List patchList
return List

url public_oe static_oe property

public static string url
return string