Table of Contents

Interface IMaaDisposable

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

An interface defining member about handles from MaaFramework.

public interface IMaaDisposable : IDisposable

Implements

Properties

IsInvalid

Gets a value indicating whether the unmanaged resources from MaaFramework are invalid, when overridden in a derived class.

IsStateless

Gets a value indicating whether the current instance is stateless.

ThrowOnInvalid

Gets a value indicating whether an System.ObjectDisposedException is thrown when the current instance is invalid but still called.