Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ProcessMonitor Class
Members

In This Topic
    ProcessMonitor Class
    In This Topic
    Monitors the details of a process.
    Syntax
    'Declaration
     
    
    Public Class ProcessMonitor 
       Implements ILoupeMonitor 
    public class ProcessMonitor : ILoupeMonitor  
    Remarks
    Creates metrics for each thread in the process and other aspects of the process. This can be the current process (if created without specifying a process ID) or an arbitrary running process that the user has access to (if the Process ID is specified)
    Inheritance Hierarchy

    System.Object
       Gibraltar.Monitor.ProcessMonitor

    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