RtProcess.Handle Property

Gets the associated process's native handle.

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.1)

Syntax

Copy
public IntPtr Handle { get; }

Property Value

Type: IntPtr

Implements

IDiagnosticsRtProcess.Handle.

See Also: