C# Class WmAutoUpdate.Updater

Afficher le fichier Open project: seboslaw/wmautoupdate Class Usage Examples

Méthodes publiques

Méthode Description
CheckForNewVersion ( ) : void
Updater ( String url ) : System

Méthodes protégées

Méthode Description
OnUpdateDone ( ) : void
removeFile ( string FileName ) : bool
showUpdateDialog ( Stream file ) : bool

Private Methods

Méthode Description
CeRunAppAtTime ( string pwszAppName, SystemTime &lpTime ) : bool
assertPreviousUpdate ( ) : void
cleanup ( ) : void
getFilename ( String url ) : string
getFilenameFromPath ( String path ) : string
notification_AbortUpdateEvent ( ) : void
performUpdate ( object obj ) : void
restartApp ( ) : void
startUpdate ( ) : void

Method Details

CheckForNewVersion() public méthode

public CheckForNewVersion ( ) : void
Résultat void

OnUpdateDone() protected méthode

protected OnUpdateDone ( ) : void
Résultat void

Updater() public méthode

public Updater ( String url ) : System
url String
Résultat System

removeFile() protected méthode

protected removeFile ( string FileName ) : bool
FileName string
Résultat bool

showUpdateDialog() protected méthode

protected showUpdateDialog ( Stream file ) : bool
file Stream
Résultat bool