Table of Contents

Class ListUnownedHandle

Namespace
GLib.Internal
Assembly
GLib-2.0.dll
public class ListUnownedHandle : ListHandle, IDisposable
Inheritance
ListUnownedHandle
Implements
Inherited Members

Constructors

ListUnownedHandle(IntPtr)

Creates a new instance of ListOwnedHandle. Assumes that the given pointer is unowned by the runtime.

public ListUnownedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Properties

NullHandle

public static ListUnownedHandle NullHandle { get; }

Property Value

ListUnownedHandle

Methods

Copy()

public ListOwnedHandle Copy()

Returns

ListOwnedHandle

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.