System.Console

E697481

System.Console is a .NET class that provides methods for reading from and writing to the standard input, output, and error streams of a console application.

Try in SPARQL Jump to: Statements Referenced by

Statements (68)

Predicate Object
instanceOf .NET class
class
assembly System.Console.dll NERFINISHED
System.Runtime.dll NERFINISHED
availableIn .NET 5+ NERFINISHED
.NET Core NERFINISHED
.NET Framework NERFINISHED
Mono NERFINISHED
defaultErrorStream System.Console.Error NERFINISHED
defaultInputStream System.Console.In NERFINISHED
defaultOutputStream System.Console.Out
documentationUrl https://learn.microsoft.com/dotnet/api/system.console
ErrorType System.IO.TextWriter NERFINISHED
hasMethod Beep
Clear
MoveBufferArea
OpenStandardError
OpenStandardInput
OpenStandardOutput
Read
ReadKey
ReadLine
ResetColor
SetBufferSize
SetCursorPosition
SetError
SetIn
SetOut
SetWindowSize
Write
WriteLine
hasProperty BackgroundColor
BufferHeight
BufferWidth
CursorLeft
CursorSize
CursorTop
CursorVisible
Error
ForegroundColor
In
InputEncoding
KeyAvailable
LargestWindowHeight
LargestWindowWidth
Out
OutputEncoding
Title
WindowHeight
WindowLeft
WindowTop
WindowWidth
introducedIn .NET Framework 1.0 NERFINISHED
InType System.IO.TextReader NERFINISHED
isStatic true
namespace System
OutType System.IO.TextWriter NERFINISHED
purpose provide access to standard input output and error streams
supports console applications
supportsFeature buffer size control
console colors
cursor positioning
keyboard input
window size control
threadSafety static members are thread safe
usedFor reading from standard input
writing to standard error
writing to standard output

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

System containsType System.Console