Loupe - Log - Monitor - Resolve
Gibraltar Namespace / ProgressMonitor Class
Members

In This Topic
    ProgressMonitor Class
    In This Topic
    Observes the progress of one process for the purpose of progress reporting in user interfaces.
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("Status: {StatusMessage}, Progress: {CompletedSteps} of {MaxSteps}")>
    Public Class ProgressMonitor 
    [DebuggerDisplay("Status: {StatusMessage}, Progress: {CompletedSteps} of {MaxSteps}")]
    public class ProgressMonitor 
    Inheritance Hierarchy

    System.Object
       Gibraltar.ProgressMonitor

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also