ProcessStartInfo Constructor (String^, String^)
Initializes a new instance of the ProcessStartInfo class, specifies an application file name with which to start the process, and specifies a set of command-line arguments to pass to the application.
Assembly: System (in System.dll)
Parameters
- fileName
-
Type:
System::String^
An application with which to start a process.
- arguments
-
Type:
System::String^
Command-line arguments to pass to the application when the process starts.
The file name is any application or document. In this case, a document is defined to be any file type that has an open or default action associated with it. You can view registered file types and their associated applications for your computer by using the Folder Options dialog box, which is available through the operating system. The Advanced button leads to a dialog box that shows whether there is an open action associated with a specific registered file type.
You can change the FileName or Arguments properties after you call this constructor, up to the time that the process starts. After you start the process, changing these values has no effect.
for full trust for the immediate caller. This member cannot be used by partially trusted code.
Available since 1.1