C# Class SystemRestoreExplorer.SelfUpdater

Exibir arquivo Open project: nicbedford/SystemRestoreExplorer Class Usage Examples

Public Methods

Method Description
CheckForUpdate ( string versionsUrl, string applicationName ) : void
SelfUpdater ( IWin32Window owner ) : System

Private Methods

Method Description
CheckForNewVersion ( ) : bool
DownloadInstaller ( ) : string
OnCheckComplete ( bool foundNewVersion ) : bool
OnDownloadComplete ( bool downloaded, string filePath ) : void
UpdateQueryThread ( ) : void

Method Details

CheckForUpdate() public method

public CheckForUpdate ( string versionsUrl, string applicationName ) : void
versionsUrl string
applicationName string
return void

SelfUpdater() public method

public SelfUpdater ( IWin32Window owner ) : System
owner IWin32Window
return System