Table of Contents

Class blob_tUnownedHandle

Namespace
HarfBuzz.Internal
Assembly
HarfBuzz-0.0.dll
public class blob_tUnownedHandle : blob_tHandle, IDisposable, IEquatable<blob_tHandle>
Inheritance
blob_tUnownedHandle
Implements
Inherited Members

Constructors

blob_tUnownedHandle(IntPtr)

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

public blob_tUnownedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Properties

NullHandle

public static blob_tUnownedHandle NullHandle { get; }

Property Value

blob_tUnownedHandle

Methods

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.