C# Class WikiFunctions.Updater

Datei anzeigen Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Methods

Method 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

Private Methods

Method 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

Method Details

CheckForUpdates() public static method

Background request to check enabled state of AWB
public static CheckForUpdates ( ) : void
return void

RunUpdater() public static method

Runs the Updater program
public static RunUpdater ( ) : void
return void

UpdateUpdaterFile() public static method

Checks to see if AWBUpdater.exe.new exists, if it does, replace it.
public static UpdateUpdaterFile ( ) : void
return void

WaitForCompletion() public static method

Waits for background enabled check to complete
public static WaitForCompletion ( ) : void
return void