Class NetOutput | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
public class NetOutput : IConsoleOutput, IDisposable
Inheritance
NetOutput
Implements
Inherited Members
Constructors
Creates a new instance of the NetOutput class.
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Returns the current size of the console window in rows/columns (i.e. of characters not pixels).
Moves the console cursor to the given location.
SetCursorVisibility(CursorVisibility)
Updates the console cursor (the blinking underscore) to be hidden, visible etc.
Writes the given text directly to the console. Use to send ansi escape codes etc. Regular screen output should use theIOutputBuffer overload.
Write the contents of the buffer
to the console