Table of Contents

Method CopyTo

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

CopyTo(IMaaStringBuffer)

Copies all values of the current buffer to the specified buffer.

public bool CopyTo(IMaaStringBuffer buffer)

Parameters

buffer IMaaStringBuffer

The buffer that is the destination of values copied from the current buffer.

Returns

bool

true if the operation was executed successfully; otherwise, false.

Exceptions

NotSupportedException

The MaaFramework.Binding.Buffers.IMaaBuffer`1 is read-only.