IShellChannelFactory.CreateShellChannel Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
CreateShellChannel(TerminalOptions, Int32, Int32)
Creates a new shell channel using the specified options.
Declaration
ShellChannel CreateShellChannel(TerminalOptions options, int columns, int rows)
Parameters
Type | Name | Description |
---|---|---|
TerminalOptions | options | Terminal options. |
Int32 | columns | Horizontal size in character columns. |
Int32 | rows | Vertical size in character rows. |
Returns
Type | Description |
---|---|
ShellChannel | A shell channel. |