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

Default constructor. At least the FileName property must be set before starting the process.

[Visual Basic]
Overloads Public Sub New()
[C#]
public ProcessStartInfo();
[C++]
public: ProcessStartInfo();
[JScript]
public function ProcessStartInfo();

See Also

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