Table of Contents

Class DBusObjectManagerServerPrivateOwnedHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class DBusObjectManagerServerPrivateOwnedHandle : DBusObjectManagerServerPrivateHandle, IDisposable
Inheritance
DBusObjectManagerServerPrivateOwnedHandle
Implements
Inherited Members

Constructors

DBusObjectManagerServerPrivateOwnedHandle(IntPtr)

Creates a new instance of DBusObjectManagerServerPrivateOwnedHandle. Assumes that the given pointer is owned by the runtime.

public DBusObjectManagerServerPrivateOwnedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Methods

FromUnowned(IntPtr)

Create a DBusObjectManagerServerPrivateOwnedHandle from a pointer that is assumed unowned.

public static DBusObjectManagerServerPrivateOwnedHandle FromUnowned(IntPtr ptr)

Parameters

ptr IntPtr

A pointer to a DBusObjectManagerServerPrivate which is not owned by the runtime.

Returns

DBusObjectManagerServerPrivateOwnedHandle

A DBusObjectManagerServerPrivateOwnedHandle

ReleaseHandle()

When overridden in a derived class, executes the code required to free the handle.

protected override bool ReleaseHandle()

Returns

bool

true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a releaseHandleFailed Managed Debugging Assistant.