Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
38.9K+ articles
DSA
22.5K+ articles
Python
20.5K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
11.7K+ articles
School Learning
11.4K+ articles
Java
10.5K+ articles
C#
1.9K+ articles
CSharp-method
699+ articles
CSharp-Console-Class
43 posts
Recent Articles
Popular Articles
Console.OpenStandardOutput() Method in C# with Examples
Last Updated: 22 June 2020
Console.OpenStandardOutput Method is used to get the standard output stream. There are two overloads of OpenStandardOutput method available in C# which are listed below:Op...
read more
C#
Picked
CSharp-Console-Class
Console.OpenStandardError Method in C#
Last Updated: 06 May 2019
This method is used to acquire a standard error stream. This method can be used to reacquire the standard error stream after it has been changed by the SetError method.Syn...
read more
C#
CSharp-method
Picked
CSharp-Console-Class
Console.TreatControlCAsInput Property in C# with examples
Last Updated: 14 February 2023
Console.TreatControlCAsInput Property is used to get or set a value indicating whether the combination of the Control modifier key and C console key (Ctrl+C) is treated as...
read more
Technical Scripter
C#
CSharp-method
Picked
CSharp-Console-Class
Console.SetError() Method in C#
Last Updated: 11 March 2019
The Console.SetError(TextWriter) Method sets the Error property of the specified StreamWriter i.e., it redirects the standard error stream to a file. As the console is set...
read more
C#
CSharp-method
Picked
CSharp-Console-Class
Console.SetIn() Method in C#
Last Updated: 11 March 2019
The Console.SetIn() method is used to set the In property of the specified StreamReader object i.e. it redirects the standard input from the console to the input file. Sin...
read more
C#
CSharp-method
Picked
CSharp-Console-Class
Console.SetOut() Method in C#
Last Updated: 08 November 2019
Console.SetOut(TextWriter) Method in C# is used to redirect the stream of standard output. With the help of this method, a user can specify a StreamWriter as the output ob...
read more
C#
CSharp-method
Picked
CSharp-Console-Class
Console.MoveBufferArea Method in C#
Last Updated: 07 June 2022
Console.MoveBufferArea Method is used to move the specified screen area to destination area.Syntax: public static void MoveBufferArea (int sourceLeft, int sourceTop, int s...
read more
C#
CSharp-method
Picked
CSharp-Console-Class
Console.OpenStandardInput Method in C#
Last Updated: 05 March 2019
Console.OpenStandardInput Method is used to get the standard input stream. There are two overloads of OpenStandardInput method available in C# which are listed below:OpenS...
read more
C#
CSharp-method
Picked
CSharp-Console-Class
Console.Read() Method in C#
Last Updated: 28 February 2019
Console.Read() Method is used to read the next character from the standard input stream. This method basically blocks its return when the user types some input characters....
read more
C#
CSharp-method
Picked
CSharp-Console-Class
Console.ReadKey() Method in C#
Last Updated: 17 February 2020
Console.ReadKey() Method makes the program wait for a key press and it prevents the screen until a key is pressed. In short, it obtains the next character or any key press...
read more
C#
CSharp-method
Picked
CSharp-Console-Class
Console.SetBufferSize() Method in C#
Last Updated: 14 March 2019
Console.SetBufferSize(Int32, Int32) Method is used to set the height and width of the screen buffer area to the specified values. Syntax: public static void SetBufferSize(...
read more
C#
CSharp-method
Picked
CSharp-Console-Class
Console.KeyAvailable() Property in C#
Last Updated: 05 May 2021
Console.KeyAvailable Property is used to get a value which shows whether a key press is available in the input stream. This property does not block input until a key press...
read more
C#
CSharp-Console-Class
Console.ResetColor() Method in C#
Last Updated: 13 July 2021
Console.ResetColor() Method is used to the foreground and background console colors to their defaults i.e. background to black and foreground to white.Syntax: public stat...
read more
C#
Picked
CSharp-Console-Class
Console.SetWindowSize() Method in C#
Last Updated: 06 June 2022
Console.SetWindowSize(Int32, Int32) Method is used to change the height and width of the console window to the specified values.Syntax: public static void SetWindowSize (i...
read more
C#
CSharp-method
Picked
CSharp-Console-Class
C# Console Class
Last Updated: 31 January 2025
In C#, the Console class is used to represent the standard input, output, and error streams for console applications. It is defined under the System namespace and does not...
read more
C#
CSharp-Console-Class
1
2
3
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !