This documentation is archived and is not being maintained.
ProcessInfo Constructor
.NET Framework 1.1
Initializes a new instance of the ProcessInfo class.
Overload List
Initializes a new instance of the ProcessInfo class.
[Visual Basic] Public Sub New()
[C#] public ProcessInfo();
[C++] public: ProcessInfo();
[JScript] public function ProcessInfo();
Initializes a new instance of the ProcessInfo class and sets internal information indicating the status of the process.
[Visual Basic] Public Sub New(DateTime, TimeSpan, Integer, Integer, ProcessStatus, ProcessShutdownReason, Integer)
[C#] public ProcessInfo(DateTime, TimeSpan, int, int, ProcessStatus, ProcessShutdownReason, int);
[C++] public: ProcessInfo(DateTime, TimeSpan, int, int, ProcessStatus, ProcessShutdownReason, int);
[JScript] public function ProcessInfo(DateTime, TimeSpan, int, int, ProcessStatus, ProcessShutdownReason, int);
See Also
ProcessInfo Class | ProcessInfo Members | System.Web Namespace
Show: