C# 클래스 SevenUpdate.InstallProgressChangedEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

InstallProgressChangedEventArgs() 공개 메소드

Initializes a new instance of the InstallProgressChangedEventArgs class.
public InstallProgressChangedEventArgs ( ) : System
리턴 System

InstallProgressChangedEventArgs() 공개 메소드

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.
리턴 System