Defines a generalized shell communication channel API. Intended to be used by Rebex Terminal infrastructure.

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

Syntax

Visual Basic
Public MustInherit Class ShellChannel _
	Implements IDisposable
C#
public abstract class ShellChannel : IDisposable

Inheritance Hierarchy

System..::..Object
  Rebex.TerminalEmulation..::..ShellChannel

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also