C# 클래스 ImageGlass.Services.Update

파일 보기 프로젝트 열기: d2phap/ImageGlass 1 사용 예제들

공개 메소드들

메소드 설명
CheckForUpdate ( string exePath ) : bool

Load current ImageGlass.exe file and compare to the latest version. Equal is TRUE, else FALSE

LoadUpdateConfig ( string filename ) : void

Load update data from XML file

Update ( ) : System

Provides structure, method of Update

Update ( Uri link, string savedPath ) : System

Provides structure, method of Update

비공개 메소드들

메소드 설명
GetUpdateConfig ( Uri link, string savedPath ) : bool

Get update data from server

메소드 상세

CheckForUpdate() 공개 메소드

Load current ImageGlass.exe file and compare to the latest version. Equal is TRUE, else FALSE
public CheckForUpdate ( string exePath ) : bool
exePath string
리턴 bool

LoadUpdateConfig() 공개 메소드

Load update data from XML file
public LoadUpdateConfig ( string filename ) : void
filename string
리턴 void

Update() 공개 메소드

Provides structure, method of Update
public Update ( ) : System
리턴 System

Update() 공개 메소드

Provides structure, method of Update
public Update ( Uri link, string savedPath ) : System
link System.Uri
savedPath string
리턴 System