The fi_handle type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| fi_handle |
Initializes a new instance wrapping a managed object.
|
Methods
| Name | Description | |
|---|---|---|
| CompareTo | Overloaded. | |
| Dispose |
Releases all resources used by the instance.
| |
| Equals | Overloaded. | |
| 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
| Name | Description | |
|---|---|---|
| Equality |
Tests whether two specified fi_handle structures are equivalent.
| |
| Inequality |
Tests whether two specified fi_handle structures are different.
|
Fields
| Name | Description | |
|---|---|---|
| handle |
The handle to wrap.
|
Properties
| Name | Description | |
|---|---|---|
| IsNull |
Gets whether the pointer is a null pointer.
|