Table of Contents

Method Clear

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

Clear()

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

public bool Clear()

Returns

bool

true if the string was cleared successfully; otherwise, false.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaBuffer.MaaStringBufferClear(System.IntPtr).