RtProcess.GetProcessById Method

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

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi.Diagnostics
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public static RtProcess GetProcessById(
    int processId
)

Parameters

processId

Type: System.Int32
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: