Method ReleaseHandle
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
ReleaseHandle(nint)
When overridden in a derived class, executes the code required to free the handle.
protected override void ReleaseHandle(nint handle)
Parameters
handle
nint-
The releasing handle.
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaResource.MaaResourceDestroy(System.IntPtr).