Property Handle
- Namespace
- MaaFramework.Binding.Abstractions
- Assembly
- MaaFramework.Binding.dll
Handle
Gets the handle to be wrapped.
public T Handle { get; }
Property Value
- T
Remarks
Throws if handle is invalid and "ThrowOnInvalid" is true.
Exceptions
- ObjectDisposedException
-
The handle is invalid.