C# 클래스 Microsoft.Deployment.Samples.EmbeddedUI.InstallProgressCounter

Tracks MSI progress messages and converts them to usable progress.
파일 보기 프로젝트 열기: Eun/WixSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Progress double

공개 메소드들

메소드 설명
InstallProgressCounter ( ) : System
InstallProgressCounter ( double scriptPhaseWeight ) : System
ProcessMessage ( InstallMessage messageType, Microsoft.Deployment.WindowsInstaller.Record messageRecord ) : void

비공개 메소드들

메소드 설명
ProcessProgressMessage ( Microsoft.Deployment.WindowsInstaller.Record progressRecord ) : void
UpdateProgress ( ) : void

메소드 상세

InstallProgressCounter() 공개 메소드

public InstallProgressCounter ( ) : System
리턴 System

InstallProgressCounter() 공개 메소드

public InstallProgressCounter ( double scriptPhaseWeight ) : System
scriptPhaseWeight double
리턴 System

ProcessMessage() 공개 메소드

public ProcessMessage ( InstallMessage messageType, Microsoft.Deployment.WindowsInstaller.Record messageRecord ) : void
messageType InstallMessage
messageRecord Microsoft.Deployment.WindowsInstaller.Record
리턴 void

프로퍼티 상세

Progress 공개적으로 프로퍼티

Gets a number between 0 and 1 that indicates the overall installation progress.
public double Progress
리턴 double