C# Class iRuler.Utility.Updater

Summary description for Updater.
Mostrar archivo Open project: f5devcentral/f5-irule-editor Class Usage Examples

Public Properties

Property Type Description
m_mainForm iRulerMain

Public Methods

Method 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

Method Description
downloadFile ( String sUrl ) : String
readLocalFile ( String localPath ) : String
saveLocalFile ( String localPath, String contents ) : void

Method Details

Updater() public method

public Updater ( ) : System
return System

checkForConfigUpdates() public method

public checkForConfigUpdates ( bool prompt, bool showstatus ) : bool
prompt bool
showstatus bool
return bool

checkForUpdates() public method

public checkForUpdates ( bool prompt, bool showstatus ) : bool
prompt bool
showstatus bool
return bool

getUpdatesFile() public method

public getUpdatesFile ( ) : String
return String

launchProgramUpdater() public method

public launchProgramUpdater ( ) : void
return void

updatesAvailable() public method

public updatesAvailable ( String sUpdatesFile ) : bool
sUpdatesFile String
return bool

Property Details

m_mainForm public_oe property

public iRulerMain m_mainForm
return iRulerMain