ICommandInfo Interface

Definition

Defines property values used by the command.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("03811174-809c-4143-b44c-bbaa1ad8de67")]
public interface ICommandInfo
type ICommandInfo = interface
Public Interface ICommandInfo
Derived
Attributes

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