Méthode | Description | |
---|---|---|
CheckForUpdates ( ) : void |
Background request to check enabled state of AWB
|
|
RunUpdater ( ) : void |
Runs the Updater program
|
|
UpdateUpdaterFile ( ) : void |
Checks to see if AWBUpdater.exe.new exists, if it does, replace it.
|
|
WaitForCompletion ( ) : void |
Waits for background enabled check to complete
|
Méthode | Description | |
---|---|---|
StringToVersion ( string version ) : int |
Change a string version (x.x.x.x) to a version number (xxxx)
|
|
UpdateFunc ( ) : void |
Do the actual checking for enabledness etc
|
|
Updater ( ) : System |
Runs Update() at creation time
|