| |
| |
| |
| # HandleInfo class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| ## Constructors |
| |
| [HandleInfo](../zircon/HandleInfo/HandleInfo.md) ([Handle](../zircon/Handle-class.md) handle, int type, int rights) |
| |
| _const_ |
| |
| |
| ## Properties |
| |
| ##### [handle](../zircon/HandleInfo/handle.md) → [Handle](../zircon/Handle-class.md) |
| |
| |
| |
| |
| _<span class="feature final">final</span>_ |
| |
| |
| |
| ##### [hashCode](../zircon/HandleInfo/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [rights](../zircon/HandleInfo/rights.md) → int |
| |
| |
| |
| |
| _<span class="feature final">final</span>_ |
| |
| |
| |
| ##### [runtimeType](../zircon/HandleInfo/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [type](../zircon/HandleInfo/type.md) → int |
| |
| |
| |
| |
| _<span class="feature final">final</span>_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [noSuchMethod](../zircon/HandleInfo/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [toString](../zircon/HandleInfo/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature override">override</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../zircon/HandleInfo/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |