CommandInfo Class

Definition

Defines property values used by the command.

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("6b8fb453-9e59-4349-8116-f5d1a6c34550")]
public class CommandInfo : Microsoft.Hpc.Scheduler.ICommandInfo
type CommandInfo = class
    interface ICommandInfo
Public Class CommandInfo
Implements ICommandInfo
Inheritance
CommandInfo
Attributes
Implements

Constructors

CommandInfo(INameValueCollection, String, String)

Initializes a new instance of this class.

Properties

EnvironmentVariables

Retrieves the environment variables used by the command.

StdIn

Retrieves the path to the standard input file used by the command.

WorkingDirectory

Retrieves the startup directory for the command.

Applies to