Type Summary

						public sealed class Console 
{
  // Properties
  CF
						public static TextWriter Error { get; }
  CF
						public static TextReader In { get; }
  CF
						public static TextWriter Out { get; }

  // Methods
  CF
						public static Stream OpenStandardError ();
  CF
						public static Stream OpenStandardError (int bufferSize);
  CF
						public static Stream OpenStandardInput ();
  CF
						public static Stream OpenStandardInput (int bufferSize);
  CF
						public static Stream OpenStandardOutput ();
  CF
						public static Stream OpenStandardOutput (int bufferSize);
  CF
						public static int Read ();
     public static string ReadLine ();
  CF
						public static void SetError (TextWriter newError);
  CF
						public static void SetIn (TextReader newIn);
  CF
						public static void SetOut (TextWriter newOut);
  CF
						public static void

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.