NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProcessStartInfo Constructor (String, String)

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
);

Parameters

fileName
[To be supplied.]
arguments
[To be supplied.]

See Also

ProcessStartInfo Class | ProcessStartInfo Members | System.Diagnostics Namespace | ProcessStartInfo Constructor Overload List