[NullableContext((byte)1)]
[Nullable((byte)0)]
public class VirtualTerminalBackend : ITerminalBackend, IDisposable
kind:method, kind:property, kind:ctor. Press Esc to clear.VirtualTerminalBackend(TextWriter?, TextWriter?, TerminalSize, TerminalCapabilities?, Boolean)Initializes a new instance of the VirtualTerminalBackend class.IsInputRunningGets a value indicating whether the input loop is currently running.OutGets the writer used for standard output.GetSize()Gets the current terminal size.Initialize(TerminalOptions)Initializes the backend.PushEvent(TerminalEvent)Pushes a synthetic input event into the backend event stream.ReadEventAsync(CancellationToken)Reads the next event asynchronously.StopInputAsync(CancellationToken)Stops the input loop and disposes any input resources (idempotent).