Starts a scripting session with a virtual terminal.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.SshShell (in Rebex.SshShell.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Function StartScripting ( _ command As String, _ options As TerminalOptions, _ columns As Integer, _ rows As Integer _ ) As Scripting | 
| C# | 
|---|
| public Scripting StartScripting( string command, TerminalOptions options, int columns, int rows ) | 
Parameters
- command
- Type: System..::..String
 Remote command to execute.
- options
- Type: Rebex.TerminalEmulation..::..TerminalOptions
 Initial terminal options.
- columns
- Type: System..::..Int32
 Horizontal size of the terminal (in character columns).
- rows
- Type: System..::..Int32
 Vertical size of the terminal (in character rows).
 
     
     
     
     
    