C# Class iRuler.Utility.Updater

Summary description for Updater.
Afficher le fichier Open project: f5devcentral/f5-irule-editor Class Usage Examples

Méthodes publiques

Свойство Type Description
m_mainForm iRulerMain

Méthodes publiques

Méthode Description
Updater ( ) : System
checkForConfigUpdates ( bool prompt, bool showstatus ) : bool
checkForUpdates ( bool prompt, bool showstatus ) : bool
getUpdatesFile ( ) : String
launchProgramUpdater ( ) : void
updatesAvailable ( String sUpdatesFile ) : bool

Private Methods

Méthode Description
downloadFile ( String sUrl ) : String
readLocalFile ( String localPath ) : String
saveLocalFile ( String localPath, String contents ) : void

Method Details

Updater() public méthode

public Updater ( ) : System
Résultat System

checkForConfigUpdates() public méthode

public checkForConfigUpdates ( bool prompt, bool showstatus ) : bool
prompt bool
showstatus bool
Résultat bool

checkForUpdates() public méthode

public checkForUpdates ( bool prompt, bool showstatus ) : bool
prompt bool
showstatus bool
Résultat bool

getUpdatesFile() public méthode

public getUpdatesFile ( ) : String
Résultat String

launchProgramUpdater() public méthode

public launchProgramUpdater ( ) : void
Résultat void

updatesAvailable() public méthode

public updatesAvailable ( String sUpdatesFile ) : bool
sUpdatesFile String
Résultat bool

Property Details

m_mainForm public_oe property

public iRulerMain m_mainForm
Résultat iRulerMain