Table of Contents

Class ot_name_entry_tUnownedHandle

Namespace
HarfBuzz.Internal
Assembly
HarfBuzz-0.0.dll
public class ot_name_entry_tUnownedHandle : ot_name_entry_tHandle, IDisposable
Inheritance
ot_name_entry_tUnownedHandle
Implements
Inherited Members

Constructors

ot_name_entry_tUnownedHandle(IntPtr)

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

public ot_name_entry_tUnownedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Properties

NullHandle

public static ot_name_entry_tUnownedHandle NullHandle { get; }

Property Value

ot_name_entry_tUnownedHandle

Methods

Copy()

public ot_name_entry_tOwnedHandle Copy()

Returns

ot_name_entry_tOwnedHandle

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.