Specifies the terminal type (how are the escape sequences interpreted).

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

Syntax

Visual Basic
Public Enumeration TerminalType
C#
public enum TerminalType

Members

Member nameDescription
Supported by the .NET Compact FrameworkAnsi
The most common type. This includes VT100 and its successors (common features of VT100, VT102, VT201, VT220 are supported, higher versions are partially supported and may not fully work).
Common features of xterm are also supported by this type.
If TerminalName refers to VT52 series the VT52 is used instead.
Supported by the .NET Compact FrameworkWyse60
Wyse 60 compatible type.
Supported by the .NET Compact FrameworkPick
Pick compatible type.
Supported by the .NET Compact FrameworkVT52
VT52 compatible type.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also