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.

All labels observed (3)

Label Occurrences
System.Console canonical 1
System.Console.WriteLine 1
System.Console.dll 1

How this entity was disambiguated

Statements (68)

Predicate Object
instanceOf .NET class ⓘ
class ⓘ
assembly System.Console.dll ⓘ
linked to: System.Console

System.Runtime.dll ⓘ
availableIn .NET 5+ ⓘ
linked to: .NET (5 and later)

.NET Core ⓘ
.NET Framework ⓘ
Mono ⓘ
defaultErrorStream System.Console.Error ⓘ
defaultInputStream System.Console.In ⓘ
linked to: System.IO.Stream
defaultOutputStream System.Console.Out ⓘ
documentationUrl https://learn.microsoft.com/dotnet/api/system.console ⓘ
ErrorType System.IO.TextWriter ⓘ
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 ⓘ
linked to: .NET Framework
InType System.IO.TextReader ⓘ
isStatic true ⓘ
namespace System ⓘ
OutType System.IO.TextWriter ⓘ
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 ⓘ

How these facts were elicited

Referenced by (3)

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

System → containsType → System.Console ⓘ
System.IFormatProvider → usedBy → System.Console.WriteLine ⓘ
linked to: System.Console
System.Console → assembly → System.Console.dll ⓘ
linked to: System.Console