RTProcessGetProcessById Method

Returns a new RTProcess object, given the process ID of a real-time process.

Namespace:  IntervalZero.RTX64.RTAPI.Diagnostics.RTProcess
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public static RTProcess GetProcessById(
	int processId
)

Parameters

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

Return Value

Type: RTProcess
A RTProcess object that is associated with the local process resource identified by the processId parameter.
See Also