Table of Contents

Method SetHandleAsInvalid

Namespace
MaaFramework.Binding.Abstractions
Assembly
MaaFramework.Binding.dll

SetHandleAsInvalid()

Marks a handle as no longer used.

public void SetHandleAsInvalid()

Remarks

If you are not sure when to call it, please use System.IDisposable.Dispose instead.