System.Console

WTSupported in traditional Synergy on Windows
WNSupported in Synergy .NET on Windows
USupported on UNIX
VSupported on OpenVMS
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.