Writes the specified string to the console.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Sub Write ( _
	value As String _
)
C#
public void Write(
	string value
)

Parameters

value
Type: System..::..String
String value.

Remarks

The string may contain ANSI control sequences.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also