Table of Contents

Class variation_tArrayUnownedHandle

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

Constructors

variation_tArrayUnownedHandle(IntPtr, int)

public variation_tArrayUnownedHandle(IntPtr ptr, int length)

Parameters

ptr IntPtr
length int

Properties

NullHandle

public static variation_tArrayUnownedHandle NullHandle { get; }

Property Value

variation_tArrayUnownedHandle

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.

ToArray(int)

public variation_t[] ToArray(int length)

Parameters

length int

Returns

variation_t[]

ToNullableArray(int)

public variation_t[]? ToNullableArray(int length)

Parameters

length int

Returns

variation_t[]