C# Class WikiFunctions.Updater

Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

CheckForUpdates() public static méthode

Background request to check enabled state of AWB
public static CheckForUpdates ( ) : void
Résultat void

RunUpdater() public static méthode

Runs the Updater program
public static RunUpdater ( ) : void
Résultat void

UpdateUpdaterFile() public static méthode

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

WaitForCompletion() public static méthode

Waits for background enabled check to complete
public static WaitForCompletion ( ) : void
Résultat void