C# 클래스 WixSharp.UI.Forms.ProgressDialog

파일 보기 프로젝트 열기: Eun/WixSharp

공개 메소드들

메소드 설명
OnExecuteComplete ( ) : void

Called when MSI execution is complete.

OnProgress ( int progressPercentage ) : void

Called when MSI execution progress is changed.

ProcessMessage ( InstallMessage messageType, Record messageRecord, MessageButtons buttons, MessageIcon icon, MessageDefaultButton defaultButton ) : MessageResult

Processes the message.

ProgressDialog ( ) : System

Initializes a new instance of the ProgressDialog class.

ProgressDialog_Load ( object sender, EventArgs e ) : void
cancel_Click ( object sender, EventArgs e ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShellChanged ( ) : void

Called when Shell is changed. It is a good place to initialize the dialog to reflect the MSI session (e.g. localize the view).

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

Dispose() 보호된 메소드

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

OnExecuteComplete() 공개 메소드

Called when MSI execution is complete.
public OnExecuteComplete ( ) : void
리턴 void

OnProgress() 공개 메소드

Called when MSI execution progress is changed.
public OnProgress ( int progressPercentage ) : void
progressPercentage int The progress percentage.
리턴 void

OnShellChanged() 보호된 메소드

Called when Shell is changed. It is a good place to initialize the dialog to reflect the MSI session (e.g. localize the view).
protected OnShellChanged ( ) : void
리턴 void

ProcessMessage() 공개 메소드

Processes the message.
public ProcessMessage ( InstallMessage messageType, Record messageRecord, MessageButtons buttons, MessageIcon icon, MessageDefaultButton defaultButton ) : MessageResult
messageType InstallMessage Type of the message.
messageRecord Record The message record.
buttons MessageButtons The buttons.
icon MessageIcon The icon.
defaultButton MessageDefaultButton The default button.
리턴 MessageResult

ProgressDialog() 공개 메소드

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

ProgressDialog_Load() 공개 메소드

public ProgressDialog_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

cancel_Click() 공개 메소드

public cancel_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void