This documentation is archived and is not being maintained.
ProcessInfo.ShutdownReason Property
.NET Framework 1.1
Gets a value that indicates why the process shut down.
[Visual Basic] Public ReadOnly Property ShutdownReason As ProcessShutdownReason [C#] public ProcessShutdownReason ShutdownReason {get;} [C++] public: __property ProcessShutdownReason get_ShutdownReason(); [JScript] public function get ShutdownReason() : ProcessShutdownReason;
Property Value
On of the ProcessShutdownReason values.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
ProcessInfo Class | ProcessInfo Members | System.Web Namespace
Show: