System.Console

Provide support for writing characters to the console

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
namespace System
public static class Console

The Console class provides support for applications writing characters to the console. This class cannot be inherited.

Methods

WriteLine

public static WriteLine(string)

Writes the contents of the specified string to the terminal.