RTProcess GetProcessById Method IntervalZero RTX Managed Code
Returns a new System.Diagnostics.Process component, given the identifier of a process on the local computer.

Namespace:  RTX.Diagnostics
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public static RTProcess GetProcessById(
	int processId
)

Parameters

processId
Type: OnlineSystem Int32
The system-unique identifier of a process resource

Return Value

Type: RTProcess
A System.Diagnostics.Process component that is associated with the local process resource identified by the processId parameter.
See Also