ConsoleWindow.WriteLine Method

Top 

Description

Writes the specified string and a trailing line feed (\n) to the ConsoleWindow.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

ConsoleWindow.WriteLine()

None

Writes a line feed (\n) to the ConsoleWindow.

ConsoleWindow.WriteLine(String stringArgument)

None

Writes the specified string to the ConsoleWindow and appends a line feed (\n)

 

 

See also

ConsoleWindow Object

ConsoleWindow Guide