Initializes a new instance of Shell class based on the specified channel.

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

Syntax

Visual Basic
Protected Sub New ( _
	channel As ShellChannel _
)
C#
protected Shell(
	ShellChannel channel
)

Parameters

channel
Type: Rebex.TerminalEmulation..::..ShellChannel
Communication channel.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also