C# Class ZForge.Controls.Update.UpdateChecker

Inheritance: ZForge.Controls.Net.Downloader
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
CompareVersion ( ) : int
CompareVersion ( string v1, string v2 ) : int
UpdateChecker ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnDoWork ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

CompareVersion() public method

public CompareVersion ( ) : int
return int

CompareVersion() public method

public CompareVersion ( string v1, string v2 ) : int
v1 string
v2 string
return int

Dispose() protected method

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

OnDoWork() protected method

protected OnDoWork ( ) : void
return void

UpdateChecker() public method

public UpdateChecker ( ) : System
return System