StartProcessInfo Struct
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.
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
Arguments |
Gets or sets the command line arguments to use when it starts the application. |
Environment |
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. |
File |
Gets or sets the file name of the application to start. |
Working |
Gets or sets the working directory to use when it starts the application. |
Product | Versions |
---|---|
Visual Studio SDK | 2019 |