ProcessInfo.ShutdownReason 属性

定义

获取一个指示进程关闭原因的值。Gets a value that indicates why the process shut down.

public:
 property System::Web::ProcessShutdownReason ShutdownReason { System::Web::ProcessShutdownReason get(); };
public System.Web.ProcessShutdownReason ShutdownReason { get; }
member this.ShutdownReason : System.Web.ProcessShutdownReason
Public ReadOnly Property ShutdownReason As ProcessShutdownReason

属性值

ProcessShutdownReason

ProcessShutdownReason 值之一。On of the ProcessShutdownReason values.

适用于

另请参阅