RtProcess.Id Property

Gets the unique identifier for the associated process.

If this property is read before the associated real-time process starts, or after it terminates, it will throw exception InvalidOperationException.

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

Syntax

Copy
public int Id { get; }

Property Value

Type: Int32

Implements

IDiagnosticsRtProcess.Id.

See Also: