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)

Specifies the name of the application or document that is to be started.

[Visual Basic]
Overloads Public Sub New( _
   ByVal fileName As String _
)
[C#]
public ProcessStartInfo(
   string fileName
);
[C++]
public: ProcessStartInfo(
   String* fileName
);
[JScript]
public function ProcessStartInfo(
   fileName : String
);

Parameters

fileName
[To be supplied.]

See Also

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