Table of Contents

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

handle T

The releasing handle.