RenderStateManager.DebugMonitorTokenEnabled Property

Language:

Enables or disables the debug monitor token.

Definition

Visual Basic Public Property DebugMonitorTokenEnabled As Boolean
C# public bool DebugMonitorTokenEnabled { get; set; }
C++ public:
property bool DebugMonitorTokenEnabled {
        bool get();
        void set(bool value);
}
JScript public function get DebugMonitorTokenEnabled() : boolean
public function set DebugMonitorTokenEnabled(boolean);

Property Value

System.Boolean
Set to true to enable the debug monitor, or false to disable it.

This property is read/write. 

Remarks

The default value for the debug monitor is true.

This property should be set only for debugging the monitor. It is useful for debug builds only.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.