Creates a new instance of the virtual terminal.

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

Syntax

Visual Basic
Public Sub New ( _
	columns As Integer, _
	rows As Integer, _
	historyMaxLength As Integer _
)
C#
public VirtualTerminal(
	int columns,
	int rows,
	int historyMaxLength
)

Parameters

columns
Type: System..::..Int32
Horizontal size in character columns.
rows
Type: System..::..Int32
Vertical size in character rows.
historyMaxLength
Type: System..::..Int32
Maximum history buffer length (0..1000).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also