Table of Contents

Interface IMaaStringListBufferStatic<THandle>

Namespace
MaaFramework.Binding.Buffers
Assembly
MaaFramework.Binding.dll

An interface defining wrapped static abstract members for MaaStringListBuffer with generic handle.

public interface IMaaStringListBufferStatic<THandle>

Type Parameters

THandle

The type of handle.

Methods

TryGetList(THandle, out IList<string>)

Gets the string list from a MaaStringListBuffer.

TryGetList(out IList<string>, Func<THandle, bool>)

Gets the string list from a function using MaaStringListBuffer.

TrySetList(THandle, IEnumerable<string>)

Sets the string list to a MaaStringListBuffer.

TrySetList(IEnumerable<string>, Func<THandle, bool>)

Sets the string list to a function using MaaStringListBuffer.