C# 클래스 SevenUpdate.InstallCompletedEventArgs

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
InstallCompletedEventArgs ( ) : System

Initializes a new instance of the InstallCompletedEventArgs class.

InstallCompletedEventArgs ( int updatesInstalled, int updatesFailed ) : System

Initializes a new instance of the InstallCompletedEventArgs class.

메소드 상세

InstallCompletedEventArgs() 공개 메소드

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

InstallCompletedEventArgs() 공개 메소드

Initializes a new instance of the InstallCompletedEventArgs class.
public InstallCompletedEventArgs ( int updatesInstalled, int updatesFailed ) : System
updatesInstalled int The number of updates installed.
updatesFailed int The number of updates that failed.
리턴 System