Interface DebugController
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public interface DebugController
Fields
DebugEnabledPropertyDefinition
public static readonly Property<bool, DebugController> DebugEnabledPropertyDefinition
Field Value
- Property<bool, DebugController>
Properties
DebugEnabled
bool DebugEnabled { get; set; }
Property Value
- bool
Handle
ObjectHandle Handle { get; }
Property Value
- ObjectHandle
Methods
GetDebugEnabled()
[Version("2.72")]
bool GetDebugEnabled()
Returns
- bool
SetDebugEnabled(bool)
[Version("2.72")]
void SetDebugEnabled(bool debugEnabled)
Parameters
debugEnabled
bool