SystemConsole Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the standard streams via Console.
public ref class SystemConsole : System::CommandLine::IConsole
	public class SystemConsole : System.CommandLine.IConsole
	type SystemConsole = class
    interface IConsole
    interface IStandardOut
    interface IStandardError
    interface IStandardIn
	Public Class SystemConsole
Implements IConsole
		- Inheritance
 - 
				SystemConsole
 
- Implements
 
Constructors
| SystemConsole() | 
		 Initializes a new instance of SystemConsole.  | 
        	
Properties
| Error | 
		 Gets the stream writer for standard error.  | 
        	
| IsErrorRedirected | 
		 Gets a value that specifies whether the standard error stream has been redirected.  | 
        	
| IsInputRedirected | 
		 Gets a value indicating whether input is redirected.  | 
        	
| IsOutputRedirected | 
		 Gets a value that specifies whether the standard output stream has been redirected.  | 
        	
| Out | 
		 Gets the stream writer for standard output.  | 
        	
Extension Methods
| Write(IConsole, String) | 
		 Writes the current string value to the standard output stream.  | 
        	
| WriteLine(IConsole, String) | 
		 Writes the current string value, followed by the current environment's line terminator, to the standard output stream.  |