Edit

Share via


CommandInfo(INameValueCollection, String, String) Constructor

Definition

Initializes a new instance of this class.

public CommandInfo (Microsoft.Hpc.Scheduler.INameValueCollection envVars, string workDir, string stdIn);
new Microsoft.Hpc.Scheduler.CommandInfo : Microsoft.Hpc.Scheduler.INameValueCollection * string * string -> Microsoft.Hpc.Scheduler.CommandInfo
Public Sub New (envVars As INameValueCollection, workDir As String, stdIn As String)

Parameters

envVars
INameValueCollection

An INameValueCollection interface that contains the collection of environment variables used by the command.

workDir
String

The full path to the startup directory.

stdIn
String

The full path to the standard input file used by the command.

Applies to