C# Class SevenUpdate.InstallProgressChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
InstallProgressChangedEventArgs ( ) : System

Initializes a new instance of the InstallProgressChangedEventArgs class.

InstallProgressChangedEventArgs ( string updateName, int progress, int updatesComplete, int totalUpdates ) : System

Initializes a new instance of the InstallProgressChangedEventArgs class.

Method Details

InstallProgressChangedEventArgs() public méthode

Initializes a new instance of the InstallProgressChangedEventArgs class.
public InstallProgressChangedEventArgs ( ) : System
Résultat System

InstallProgressChangedEventArgs() public méthode

Initializes a new instance of the InstallProgressChangedEventArgs class.
public InstallProgressChangedEventArgs ( string updateName, int progress, int updatesComplete, int totalUpdates ) : System
updateName string The name of the update currently being installed.
progress int The progress percentage of the installation.
updatesComplete int The number of updates that have been installed so far.
totalUpdates int The total number of updates to install.
Résultat System