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 _ ) As Scripting | 
| C# | 
|---|
| public Scripting StartScripting( string command ) | 
Parameters
- command
- Type: System..::..String
 Remote command to execute.
 
     
     
     
     
    