Starts a scripting session with a virtual terminal.

Namespace:  Rebex.Net
Assembly:  Rebex.SshShell (in Rebex.SshShell.dll)

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.

Return Value

Scripting object.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also