C# Class DamageMeter.AutoUpdate.UpdateManager

Mostrar archivo Open project: neowutran/ShinraMeter

Public Properties

Property Type Description
Version string

Public Methods

Method Description
Copy ( string sourceDir, string targetDir ) : void
DestroyRelease ( ) : void
IsUpToDate ( ) : Task
Update ( ) : Task

Private Methods

Method Description
Checksum ( string version, string file ) : Task
Decompress ( string latestVersion ) : void
DestroyDownloadDirectory ( ) : void
Download ( ) : void
GetResponseText ( string address ) : Task
GetResponseText ( string address, int numbertry ) : Task
LatestVersion ( ) : Task

Method Details

Copy() public static method

public static Copy ( string sourceDir, string targetDir ) : void
sourceDir string
targetDir string
return void

DestroyRelease() public static method

public static DestroyRelease ( ) : void
return void

IsUpToDate() public static method

public static IsUpToDate ( ) : Task
return Task

Update() public static method

public static Update ( ) : Task
return Task

Property Details

Version public_oe static_oe property

public static string Version
return string