Starts a remote command.

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

Syntax

Visual Basic
Public Function StartCommand ( _
	command As String _
) As Shell
C#
public Shell StartCommand(
	string command
)

Parameters

command
Type: System..::..String
Command to execute.

Return Value

Shell object.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also