Subsystem.Minidump Property

Accesses the configuration parameter that specifies whether RTX64 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.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool Minidump { get; set; }

Property Value

Type: Boolean

Implements

IConfigSubsystem.Minidump
See Also