C# Class RocksmithToolkitUpdater.AutoUpdater

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: rscustom/rocksmith-custom-song-toolkit

Private Properties

Свойство Type Description
Completed void
MergeXmlRepository void
ProgressChanged void
ShowCurrentOperation void
StartToolkitGUI void
UnpackAndUpdate void
UpdateToolkit void

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AutoUpdater ( ) : System
Résultat System

DownloadFile() public méthode

public DownloadFile ( Uri downloadUri, string location ) : void
downloadUri System.Uri
location string
Résultat void

ExtractFile() public méthode

public ExtractFile ( string output ) : void
output string
Résultat void

MoveFiles() public méthode

public MoveFiles ( string sourceDir, string destDir ) : void
sourceDir string
destDir string
Résultat void