通过


BuildManagerHostUnloadEventArgs.Reason 属性

定义

获取托管应用程序域关闭的原因。

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

属性值

枚举 ApplicationShutdownReason 值之一。

注解

Reason 属性将对象 ApplicationShutdownReason 存储为其值,用于描述实例关闭的原因 AppDomain

适用于

另请参阅