C# 클래스 Mono.Addins.Setup.ProgressMonitoring.ProgressStatusMonitor

상속: System.MarshalByRefObject, IProgressMonitor
파일 보기 프로젝트 열기: mono/mono-addins

공개 메소드들

메소드 설명
BeginStepTask ( string name, int totalWork, int stepSize ) : void
BeginTask ( string name, int totalWork ) : void
Cancel ( ) : void
Dispose ( ) : void
EndTask ( ) : void
GetProgressMonitor ( IProgressStatus status ) : IProgressMonitor
ProgressStatusMonitor ( IProgressStatus status ) : System
ReportError ( string message, Exception ex ) : void
ReportWarning ( string message ) : void
Step ( int work ) : void

비공개 메소드들

메소드 설명
FlushLog ( ) : void
WriteLog ( string text ) : void

메소드 상세

BeginStepTask() 공개 메소드

public BeginStepTask ( string name, int totalWork, int stepSize ) : void
name string
totalWork int
stepSize int
리턴 void

BeginTask() 공개 메소드

public BeginTask ( string name, int totalWork ) : void
name string
totalWork int
리턴 void

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndTask() 공개 메소드

public EndTask ( ) : void
리턴 void

GetProgressMonitor() 공개 정적인 메소드

public static GetProgressMonitor ( IProgressStatus status ) : IProgressMonitor
status IProgressStatus
리턴 IProgressMonitor

ProgressStatusMonitor() 공개 메소드

public ProgressStatusMonitor ( IProgressStatus status ) : System
status IProgressStatus
리턴 System

ReportError() 공개 메소드

public ReportError ( string message, Exception ex ) : void
message string
ex System.Exception
리턴 void

ReportWarning() 공개 메소드

public ReportWarning ( string message ) : void
message string
리턴 void

Step() 공개 메소드

public Step ( int work ) : void
work int
리턴 void