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