Creates a new shell channel using the specified options.

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

Syntax

Visual Basic
Function CreateShellChannel ( _
	options As TerminalOptions, _
	columns As Integer, _
	rows As Integer _
) As ShellChannel
C#
ShellChannel CreateShellChannel(
	TerminalOptions options,
	int columns,
	int rows
)

Parameters

options
Type: Rebex.TerminalEmulation..::..TerminalOptions
Terminal options.
columns
Type: System..::..Int32
Horizontal size in character columns.
rows
Type: System..::..Int32
Vertical size in character rows.

Return Value

A shell channel.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also