C# Class ZForge.Controls.Update.UpdateInstaller

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: zhuangyy/Motion

Private Properties

Свойство Type Description
InitializeComponent void
backgroundWorker_DoWork void
backgroundWorker_ProgressChanged void
backgroundWorker_RunWorkerCompleted void
installer_ProgressChanged void

Méthodes publiques

Méthode Description
Install ( Stream inputStream ) : void
Reset ( ) : void
UpdateInstaller ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

backgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
backgroundWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
installer_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void

Method Details

Dispose() protected méthode

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

Install() public méthode

public Install ( Stream inputStream ) : void
inputStream Stream
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

UpdateInstaller() public méthode

public UpdateInstaller ( ) : System
Résultat System