Table of Contents

Class PathBufUnownedHandle

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

Constructors

PathBufUnownedHandle(IntPtr)

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

public PathBufUnownedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Properties

NullHandle

public static PathBufUnownedHandle NullHandle { get; }

Property Value

PathBufUnownedHandle

Methods

Copy()

public PathBufOwnedHandle Copy()

Returns

PathBufOwnedHandle

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.