Defines shell channel flags. Intended to be used by Rebex Terminal infrastructure.

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

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration ShellChannelOptions
C#
[FlagsAttribute]
public enum ShellChannelOptions

Members

Member nameDescription
Supported by the .NET Compact FrameworkShell
Channel is a shell session.
Supported by the .NET Compact FrameworkTerminal
Channel has a pseudo-terminal.
Supported by the .NET Compact FrameworkRemoteExecute
Channel was initialized by remote execute.
Supported by the .NET Compact FrameworkAwaitingPrompt
Channel is in the "awaiting prompt" state after initialization.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also