C# Class Mono.Addins.Gui.InstallMonitor

Inheritance: IProgressStatus, IDisposable
Datei anzeigen Open project: slluis/mono-addins Class Usage Examples

Public Methods

Method Description
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

Method Details

Cancel() public method

public Cancel ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

InstallMonitor() public method

public InstallMonitor ( ) : System
return System

InstallMonitor() public method

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

Log() public method

public Log ( string msg ) : void
msg string
return void

ReportError() public method

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

ReportWarning() public method

public ReportWarning ( string message ) : void
message string
return void

SetMessage() public method

public SetMessage ( string msg ) : void
msg string
return void

SetProgress() public method

public SetProgress ( double progress ) : void
progress double
return void

WaitForCompleted() public method

public WaitForCompleted ( ) : void
return void