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

Clear()

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

GetValue()

Gets the string from the MaaFramework.Binding.Buffers.IMaaStringBuffer.

SetValue(string, bool)

Sets a string into the MaaStringBuffer.