Specifies the name of the application that is to be started, as well as a set of command line arguments to pass to the application.
[Visual Basic] Overloads Public Sub New( _ ByVal fileName As String, _ ByVal arguments As String _ ) [C#] public ProcessStartInfo( string fileName, string arguments ); [C++] public: ProcessStartInfo( String* fileName, String* arguments ); [JScript] public function ProcessStartInfo( fileName : String, arguments : String );
ProcessStartInfo Class | ProcessStartInfo Members | System.Diagnostics Namespace | ProcessStartInfo Constructor Overload List