Represents Shell mode. This specifies the way of issuing commands and detecting the end of response.

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

Syntax

Visual Basic
Public Enumeration ShellMode
C#
public enum ShellMode

Members

Member nameDescription
Supported by the .NET Compact FrameworkPrompt
Prompt-based command end detection.
Supported by the .NET Compact FrameworkWellKnownShell
Well-known shell

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also