C# Class RocksmithToolkitUpdater.AutoUpdater

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: rscustom/rocksmith-custom-song-toolkit

Private Properties

Property Type Description
Completed void
MergeXmlRepository void
ProgressChanged void
ShowCurrentOperation void
StartToolkitGUI void
UnpackAndUpdate void
UpdateToolkit void

Public Methods

Method Description
AutoUpdater ( ) : System
DownloadFile ( Uri downloadUri, string location ) : void
ExtractFile ( string output ) : void
MoveFiles ( string sourceDir, string destDir ) : void

Private Methods

Method Description
Completed ( object sender, AsyncCompletedEventArgs e ) : void
MergeXmlRepository ( string sourceFile, string destFile ) : void
ProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
ShowCurrentOperation ( string message ) : void
StartToolkitGUI ( object sender, RunWorkerCompletedEventArgs e ) : void
UnpackAndUpdate ( object sender, DoWorkEventArgs e ) : void
UpdateToolkit ( ) : void

Method Details

AutoUpdater() public method

public AutoUpdater ( ) : System
return System

DownloadFile() public method

public DownloadFile ( Uri downloadUri, string location ) : void
downloadUri System.Uri
location string
return void

ExtractFile() public method

public ExtractFile ( string output ) : void
output string
return void

MoveFiles() public method

public MoveFiles ( string sourceDir, string destDir ) : void
sourceDir string
destDir string
return void