CommandInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |