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

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

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