The fi_handle type exposes the following members.

Constructors

  NameDescription
fi_handle
Initializes a new instance wrapping a managed object.

Methods

  NameDescription
CompareToOverloaded.
Dispose
Releases all resources used by the instance.
EqualsOverloaded.
GetHashCode
Returns a hash code for this fi_handle structure.
(Overrides ValueType..::.GetHashCode()()().)
ToString
Converts the numeric value of the fi_handle object to its equivalent string representation.
(Overrides ValueType..::.ToString()()().)

Operators

  NameDescription
Equality
Tests whether two specified fi_handle structures are equivalent.
Inequality
Tests whether two specified fi_handle structures are different.

Fields

  NameDescription
handle
The handle to wrap.

Properties

  NameDescription
IsNull
Gets whether the pointer is a null pointer.

See Also