C# 클래스 iRuler.Utility.Updater

Summary description for Updater.
파일 보기 프로젝트 열기: f5devcentral/f5-irule-editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_mainForm iRulerMain

공개 메소드들

메소드 설명
Updater ( ) : System
checkForConfigUpdates ( bool prompt, bool showstatus ) : bool
checkForUpdates ( bool prompt, bool showstatus ) : bool
getUpdatesFile ( ) : String
launchProgramUpdater ( ) : void
updatesAvailable ( String sUpdatesFile ) : bool

비공개 메소드들

메소드 설명
downloadFile ( String sUrl ) : String
readLocalFile ( String localPath ) : String
saveLocalFile ( String localPath, String contents ) : void

메소드 상세

Updater() 공개 메소드

public Updater ( ) : System
리턴 System

checkForConfigUpdates() 공개 메소드

public checkForConfigUpdates ( bool prompt, bool showstatus ) : bool
prompt bool
showstatus bool
리턴 bool

checkForUpdates() 공개 메소드

public checkForUpdates ( bool prompt, bool showstatus ) : bool
prompt bool
showstatus bool
리턴 bool

getUpdatesFile() 공개 메소드

public getUpdatesFile ( ) : String
리턴 String

launchProgramUpdater() 공개 메소드

public launchProgramUpdater ( ) : void
리턴 void

updatesAvailable() 공개 메소드

public updatesAvailable ( String sUpdatesFile ) : bool
sUpdatesFile String
리턴 bool

프로퍼티 상세

m_mainForm 공개적으로 프로퍼티

public iRulerMain m_mainForm
리턴 iRulerMain