ReadLine(TerminalReadLineOptions?) Method

Definition

Assembly XenoAtom.Terminal.dll

Reads a line of text from the terminal using terminal input events.

[NullableContext((byte)2)]
public string? ReadLine(TerminalReadLineOptions? options = null)

Parameters

options
TerminalReadLineOptions

Optional read options.

Returns

String
The line read from the terminal, or null if input completed.