Table of Contents

Interface IMaaStringBufferStatic<THandle>

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

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

public interface IMaaStringBufferStatic<THandle>

Type Parameters

THandle

The type of handle.

Methods

TryGetValue(THandle, out string)

Gets the string from a MaaStringBuffer.

TryGetValue(out string, Func<THandle, bool>)

Gets the string from a function using MaaRectBuffer.

TrySetValue(THandle, string, bool)

Sets the string to a MaaStringBuffer.

TrySetValue(string, bool, Func<THandle, bool>)

Sets the string to a function using MaaRectBuffer.