C# Class MTMCL.Update.Updater

Datei anzeigen Open project: cvronmin/metocraft Class Usage Examples

Public Methods

Method Description
Updater ( ) : System

Protected Methods

Method Description
OnCheckFinishEvent ( bool hasupdate, string updateaddr, string updateinfo, int updateBuild ) : void

Private Methods

Method Description
CheckUpdate ( string url ) : void
Run ( ) : void

Method Details

OnCheckFinishEvent() protected method

protected OnCheckFinishEvent ( bool hasupdate, string updateaddr, string updateinfo, int updateBuild ) : void
hasupdate bool
updateaddr string
updateinfo string
updateBuild int
return void

Updater() public method

public Updater ( ) : System
return System