Writes the text represented by the specified array of objects to the console.

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

Syntax

Visual Basic
Public Sub Write ( _
	format As String, _
	ParamArray args As Object() _
)
C#
public void Write(
	string format,
	params Object[] args
)

Parameters

format
Type: System..::..String
The format string.
args
Type: array<System..::..Object>[]()[][]
Object to write using format.

Remarks

The text representation of the object array may contain ANSI control sequences.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also