Method Write | Terminal.Gui v2 (original) (raw)

Table of Contents

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Write(ReadOnlySpan)

Writes the given text directly to the console. Use to send ansi escape codes etc. Regular screen output should use theIOutputBuffer overload.

void Write(ReadOnlySpan<char> text)

Parameters

text ReadOnlySpan<char>

Write(IOutputBuffer)

Write the contents of the buffer to the console

void Write(IOutputBuffer buffer)

Parameters

buffer IOutputBuffer

Edit this page