Creates the shell.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- input
- Type:
System.IO Stream
The input.
- output
- Type:
System.IO Stream
The output.
- extendedOutput
- Type:
System.IO Stream
The extended output.
- terminalName
- Type:
System String
Name of the terminal.
- columns
- Type:
System UInt32
The columns.
- rows
- Type:
System UInt32
The rows.
- width
- Type:
System UInt32
The width.
- height
- Type:
System UInt32
The height.
- terminalModes
- Type:
System.Collections.Generic IDictionary TerminalModes,
UInt32
The terminal mode.
Return Value
Returns a representation of a Shell object.See Also