Abstract base class for objects whose purpose is to present progress information to the user.

Namespace:  Gallio.Runtime.ProgressMonitoring
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public abstract class BaseProgressMonitorPresenter : IProgressMonitorPresenter
Visual Basic (Declaration)
Public MustInherit Class BaseProgressMonitorPresenter _
	Implements IProgressMonitorPresenter

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.ProgressMonitoring..::.BaseProgressMonitorPresenter
    Gallio.Runtime.ProgressMonitoring..::.LogProgressMonitorPresenter
    Gallio.Runtime.ProgressMonitoring..::.RichConsoleProgressMonitorPresenter

See Also