C# 클래스 Mono.Addins.Gui.InstallMonitor

상속: IProgressStatus, IDisposable
파일 보기 프로젝트 열기: slluis/mono-addins 1 사용 예제들

공개 메소드들

메소드 설명
Cancel ( ) : void
Dispose ( ) : void
InstallMonitor ( ) : System
InstallMonitor ( Gtk.Label progressLabel, Gtk.ProgressBar progressBar, string mainOperation ) : System
Log ( string msg ) : void
ReportError ( string message, Exception exception ) : void
ReportWarning ( string message ) : void
SetMessage ( string msg ) : void
SetProgress ( double progress ) : void
WaitForCompleted ( ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InstallMonitor() 공개 메소드

public InstallMonitor ( ) : System
리턴 System

InstallMonitor() 공개 메소드

public InstallMonitor ( Gtk.Label progressLabel, Gtk.ProgressBar progressBar, string mainOperation ) : System
progressLabel Gtk.Label
progressBar Gtk.ProgressBar
mainOperation string
리턴 System

Log() 공개 메소드

public Log ( string msg ) : void
msg string
리턴 void

ReportError() 공개 메소드

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

ReportWarning() 공개 메소드

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

SetMessage() 공개 메소드

public SetMessage ( string msg ) : void
msg string
리턴 void

SetProgress() 공개 메소드

public SetProgress ( double progress ) : void
progress double
리턴 void

WaitForCompleted() 공개 메소드

public WaitForCompleted ( ) : void
리턴 void