Share via


StartProcessInfo Struct

Definition

Specifies a set of values that are used to start a process in the Simulator.

public value class StartProcessInfo
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("AB4C8090-7C9D-3F2D-A7B9-131BB257CD19")]
public struct StartProcessInfo
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("AB4C8090-7C9D-3F2D-A7B9-131BB257CD19")>]
type StartProcessInfo = struct
Public Structure StartProcessInfo
Inheritance
StartProcessInfo
Attributes

Fields

Arguments

Gets or sets the command line arguments to use when it starts the application.

EnvironmentVariables

Gets or sets the environment variables to use when it starts the application. The environment variables are represented as a null-terminated block of null-terminated strings.

FileName

Gets or sets the file name of the application to start.

WorkingDirectory

Gets or sets the working directory to use when it starts the application.

Applies to