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 Class

A set of values used to specify a process to start. This is used in conjunction with the Process component.

Object
   Component
      ProcessStartInfo

[Visual Basic]
Public Class ProcessStartInfo
   Inherits Component
[C#]
public class ProcessStartInfo : Component
[C++]
public __gc class ProcessStartInfo : public Component
[JScript]
public class ProcessStartInfo extends Component

Remarks

[To be supplied.]

Requirements

Namespace: System.Diagnostics

Assembly: System.Diagnostics.dll

See Also

ProcessStartInfo Members | System.Diagnostics Namespace