Table of Contents

Class segment_properties_tUnownedHandle

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

Constructors

segment_properties_tUnownedHandle(IntPtr)

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

public segment_properties_tUnownedHandle(IntPtr ptr)

Parameters

ptr IntPtr

Properties

NullHandle

public static segment_properties_tUnownedHandle NullHandle { get; }

Property Value

segment_properties_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.