TerminalBase Class

Definition

C#
public abstract class TerminalBase : IDisposable, System.CommandLine.IConsole, System.CommandLine.Rendering.ITerminal
Inheritance
TerminalBase
Derived
Implements

Constructors

Properties

Methods

Extension Methods

Write(IConsole, String)

Writes the current string value to the standard output stream.

WriteLine(IConsole, String)

Writes the current string value, followed by the current environment's line terminator, to the standard output stream.

Append(IConsole, View, OutputMode)
DetectOutputMode(IConsole)
GetTerminal(IConsole, Boolean, OutputMode)
Render(ITerminal, TextSpan, Region)
Render(ITerminal, FormattableString, Region)

Applies to

Product Versions
.NET Standard 2.0 (package-provided)