C# 클래스 SystemRestoreExplorer.SelfUpdater

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

공개 메소드들

메소드 설명
CheckForUpdate ( string versionsUrl, string applicationName ) : void
SelfUpdater ( IWin32Window owner ) : System

비공개 메소드들

메소드 설명
CheckForNewVersion ( ) : bool
DownloadInstaller ( ) : string
OnCheckComplete ( bool foundNewVersion ) : bool
OnDownloadComplete ( bool downloaded, string filePath ) : void
UpdateQueryThread ( ) : void

메소드 상세

CheckForUpdate() 공개 메소드

public CheckForUpdate ( string versionsUrl, string applicationName ) : void
versionsUrl string
applicationName string
리턴 void

SelfUpdater() 공개 메소드

public SelfUpdater ( IWin32Window owner ) : System
owner IWin32Window
리턴 System