Subsystem.Minidump Property

Accesses the configuration parameter that specifies whether wRTOS includes additional RTSS-specific information in a Windows-generated minidump. If set to true (default), additional information is included in minidumps, otherwise additional information is not included in minidumps. If this property is changed, the real-time Subsystem must be restarted for the change to take effect. This property is deprecated.

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

Syntax

Copy
public bool Minidump { get; set; }

Property Value

Type: Boolean

Implements

IConfigSubsystem.Minidump

See Also: