Returns a new System.Diagnostics.Process component, given the identifier of a process on the local computer.
Namespace: RTX.DiagnosticsAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
Parameters
- processId
- Type:
System Int32
The system-unique identifier of a process resource
Return Value
Type: RTProcessA System.Diagnostics.Process component that is associated with the local process resource identified by the processId parameter.
See Also