Comment 2 for bug 797150

Revision history for this message
Charlie Poole (charlie.poole) wrote :

By experimenting, I ascertained that Console.Clear() always applies to the real console, even when Console.SetOut has been called.

For example, in a console program, this code

public static void Main()
{

}