Table of Contents

Interface IMaaStringBuffer

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

An interface defining wrapped members for MaaStringBuffer.

public interface IMaaStringBuffer : IMaaBuffer<IMaaStringBuffer>, IMaaDisposable, IDisposable

Implements

Properties

IsEmpty

Gets a value indicates whether the string of the MaaFramework.Binding.Buffers.IMaaStringBuffer is empty.

Size

Gets the size of the string.

Methods

TryClear()

Clears the string of the MaaFramework.Binding.Buffers.IMaaStringBuffer.

TryGetValue(out string)

Gets the string from a MaaStringBuffer.

TrySetValue(string, bool)

Sets the string to a MaaStringBuffer.