C# Class ZForge.Controls.Update.UpdateChecker

Inheritance: ZForge.Controls.Net.Downloader
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
CompareVersion ( ) : int
CompareVersion ( string v1, string v2 ) : int
UpdateChecker ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDoWork ( ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

CompareVersion() public méthode

public CompareVersion ( ) : int
Résultat int

CompareVersion() public méthode

public CompareVersion ( string v1, string v2 ) : int
v1 string
v2 string
Résultat int

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnDoWork() protected méthode

protected OnDoWork ( ) : void
Résultat void

UpdateChecker() public méthode

public UpdateChecker ( ) : System
Résultat System