LaunchCommand Class

Definition

LaunchCommand class

public ref class LaunchCommand
[Windows::Foundation::Metadata::WebHostHidden]
class LaunchCommand
public class LaunchCommand
type LaunchCommand = class
Public Class LaunchCommand
Inheritance
LaunchCommand

Constructors

LaunchCommand(String, String, LaunchCommandOption, String, IDictionary<String,String>)

Initializes a new instance of the LaunchCommand class.

LaunchCommand(String, String, LaunchCommandOption, String, IDictionary<String,String>, String)

Initializes a new instance of the LaunchCommand class.

Properties

Arguments

Gets the arguments to pass to the process.

Command

Gets the path of the process or script to launch (without arguments).

EnvironmentVariables

Environment variables to pass into the launch command

Option

The launch command option

ProjectFullPath

The fullpath to the Project for which this command is executed

WorkingDirectory

The Working directory under which this command is executed

Applies to