C# Class Mono.Addins.Gui.InstallMonitor

Inheritance: IProgressStatus, IDisposable
Afficher le fichier Open project: slluis/mono-addins Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Cancel ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InstallMonitor() public méthode

public InstallMonitor ( ) : System
Résultat System

InstallMonitor() public méthode

public InstallMonitor ( Gtk.Label progressLabel, Gtk.ProgressBar progressBar, string mainOperation ) : System
progressLabel Gtk.Label
progressBar Gtk.ProgressBar
mainOperation string
Résultat System

Log() public méthode

public Log ( string msg ) : void
msg string
Résultat void

ReportError() public méthode

public ReportError ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

ReportWarning() public méthode

public ReportWarning ( string message ) : void
message string
Résultat void

SetMessage() public méthode

public SetMessage ( string msg ) : void
msg string
Résultat void

SetProgress() public méthode

public SetProgress ( double progress ) : void
progress double
Résultat void

WaitForCompleted() public méthode

public WaitForCompleted ( ) : void
Résultat void