C# Class ImageGlass.Services.Update

Afficher le fichier Open project: d2phap/ImageGlass Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetUpdateConfig ( Uri link, string savedPath ) : bool

Get update data from server

Method Details

CheckForUpdate() public méthode

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

LoadUpdateConfig() public méthode

Load update data from XML file
public LoadUpdateConfig ( string filename ) : void
filename string
Résultat void

Update() public méthode

Provides structure, method of Update
public Update ( ) : System
Résultat System

Update() public méthode

Provides structure, method of Update
public Update ( Uri link, string savedPath ) : System
link System.Uri
savedPath string
Résultat System