C# 클래스 WikiFunctions.Updater

파일 보기 프로젝트 열기: reedy/AutoWikiBrowser 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CheckForUpdates() 공개 정적인 메소드

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

RunUpdater() 공개 정적인 메소드

Runs the Updater program
public static RunUpdater ( ) : void
리턴 void

UpdateUpdaterFile() 공개 정적인 메소드

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

WaitForCompletion() 공개 정적인 메소드

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