blob: 856e266575ff0ff12b21f0dc3b25ffca701f1c5c [file] [log] [blame] [view]
# 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) &#8594; int
The hash code for this object.
_<span class="feature">read-only</span><span class="feature">override</span>_
##### [isValid](../zircon/Handle/isValid.md) &#8594; bool
_<span class="feature">read-only</span>_
##### [koid](../zircon/Handle/koid.md) &#8594; int
_<span class="feature">read-only</span>_
##### [runtimeType](../zircon/Handle/runtimeType.md) &#8594; 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>_