ProcessStartInfo Constructor
.NET Framework 2.0
Initializes a new instance of the ProcessStartInfo class.
| Name | Description |
|---|---|
| ProcessStartInfo () | Initializes a new instance of the ProcessStartInfo class without specifying a file name with which to start the process. Supported by the .NET Compact Framework. |
| ProcessStartInfo (String) | Initializes a new instance of the ProcessStartInfo class and specifies a file name such as an application or document with which to start the process. |
| ProcessStartInfo (String, String) | Initializes a new instance of the ProcessStartInfo class and specifies an application file name with which to start the process, as well as a set of command line arguments to pass to the application. Supported by the .NET Compact Framework. |