Table of Contents

Class feature_tHandle

Namespace
HarfBuzz.Internal
Assembly
HarfBuzz-0.0.dll
public abstract class feature_tHandle : SafeHandle, IDisposable, IEquatable<feature_tHandle>
Inheritance
feature_tHandle
Implements
Derived
Inherited Members

Constructors

feature_tHandle(bool)

protected feature_tHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(feature_tHandle?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(feature_tHandle? other)

Parameters

other feature_tHandle

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetEnd()

public uint GetEnd()

Returns

uint

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetStart()

public uint GetStart()

Returns

uint

GetTag()

public uint GetTag()

Returns

uint

GetValue()

public uint GetValue()

Returns

uint

OwnedCopy()

public feature_tOwnedHandle OwnedCopy()

Returns

feature_tOwnedHandle

SetEnd(uint)

public void SetEnd(uint value)

Parameters

value uint

SetStart(uint)

public void SetStart(uint value)

Parameters

value uint

SetTag(uint)

public void SetTag(uint value)

Parameters

value uint

SetValue(uint)

public void SetValue(uint value)

Parameters

value uint

UnownedCopy()

public feature_tUnownedHandle UnownedCopy()

Returns

feature_tUnownedHandle