HostFileCommand Constructors

Definition

Overloads

HostFileCommand()
HostFileCommand(HostFileConnection)
HostFileCommand(String, HostFileConnection)

HostFileCommand()

public:
 HostFileCommand();
public HostFileCommand ();
Public Sub New ()

Applies to

HostFileCommand(HostFileConnection)

public:
 HostFileCommand(Microsoft::HostIntegration::MsHostFileClient::HostFileConnection ^ connection);
public HostFileCommand (Microsoft.HostIntegration.MsHostFileClient.HostFileConnection connection);
new Microsoft.HostIntegration.MsHostFileClient.HostFileCommand : Microsoft.HostIntegration.MsHostFileClient.HostFileConnection -> Microsoft.HostIntegration.MsHostFileClient.HostFileCommand
Public Sub New (connection As HostFileConnection)

Parameters

connection
HostFileConnection

Applies to

HostFileCommand(String, HostFileConnection)

public:
 HostFileCommand(System::String ^ commandText, Microsoft::HostIntegration::MsHostFileClient::HostFileConnection ^ connection);
public HostFileCommand (string commandText, Microsoft.HostIntegration.MsHostFileClient.HostFileConnection connection);
new Microsoft.HostIntegration.MsHostFileClient.HostFileCommand : string * Microsoft.HostIntegration.MsHostFileClient.HostFileConnection -> Microsoft.HostIntegration.MsHostFileClient.HostFileCommand
Public Sub New (commandText As String, connection As HostFileConnection)

Parameters

commandText
String
connection
HostFileConnection

Applies to