C# Class SystemRestoreExplorer.SelfUpdater

Afficher le fichier Open project: nicbedford/SystemRestoreExplorer Class Usage Examples

Méthodes publiques

Méthode Description
CheckForUpdate ( string versionsUrl, string applicationName ) : void
SelfUpdater ( IWin32Window owner ) : System

Private Methods

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

Method Details

CheckForUpdate() public méthode

public CheckForUpdate ( string versionsUrl, string applicationName ) : void
versionsUrl string
applicationName string
Résultat void

SelfUpdater() public méthode

public SelfUpdater ( IWin32Window owner ) : System
owner IWin32Window
Résultat System