RtProcess.Dispose Method (Boolean)

Releases all resources used by this 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
protected virtual void Dispose(
    bool disposing
)

Parameters

disposing

Type: System.Boolean
Value true releases both managed and unmanaged resources; false releases only unmanaged resources.

See Also: