Method ReleaseHandle
- Namespace
 - MaaFramework.Binding.Buffers
 
- 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
handlenint- 
The releasing handle.
 
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaBuffer.MaaImageBufferDestroy(System.IntPtr).