Method ReleaseHandle
- Namespace
- MaaFramework.Binding.Abstractions
- Assembly
- MaaFramework.Binding.dll
ReleaseHandle(T)
When overridden in a derived class, executes the code required to free the handle.
protected abstract void ReleaseHandle(T handle)Parameters
handleT-
The releasing handle.