Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ProcessMonitor Class / ProcessMonitor Constructor / ProcessMonitor Constructor(Int32)
The process Id of the running process to connect to.

In This Topic
    ProcessMonitor Constructor(Int32)
    In This Topic
    Create a new process monitor for the specified Process Id
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal processId As Integer _
    )
    public ProcessMonitor( 
       int processId
    )

    Parameters

    processId
    The process Id of the running process to connect to.
    Remarks
    If the specified process Id doesn't currently exist or isn't accessible to the current user, an exception will be thrown
    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