Table of Contents

Class DebugControllerHelper

Namespace
Gio
Assembly
Gio-2.0.dll
public sealed class DebugControllerHelper : Object, DebugController, NativeObject, IDisposable, InstanceFactory, GTypeProvider
Inheritance
DebugControllerHelper
Implements
Inherited Members

Constructors

DebugControllerHelper(ObjectHandle)

protected DebugControllerHelper(ObjectHandle handle)

Parameters

handle ObjectHandle

Properties

DebugEnabled

public bool DebugEnabled { get; set; }

Property Value

bool

Methods

GetDebugEnabled()

[Version("2.72")]
public bool GetDebugEnabled()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed DebugControllerHelper instance for a given pointer.

public static DebugControllerHelper NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

DebugControllerHelper

SetDebugEnabled(bool)

[Version("2.72")]
public void SetDebugEnabled(bool debugEnabled)

Parameters

debugEnabled bool