Creates a new script instance.

Namespace: Jscape.Ssh
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public SshScript(
	Ssh ssh
)
Visual Basic
Public Sub New ( _
	ssh As Ssh _
)
Visual C++
public:
SshScript(
	Ssh^ ssh
)

Parameters

ssh
Type: Jscape.Ssh..::..Ssh
the underlayed SSH client

See Also