BuildManagerHostUnloadEventArgs クラス

定義

AppDomainShutdown イベントとAppDomainUnloaded イベントのイベント データが含まれます。

public ref class BuildManagerHostUnloadEventArgs : EventArgs
public class BuildManagerHostUnloadEventArgs : EventArgs
type BuildManagerHostUnloadEventArgs = class
    inherit EventArgs
Public Class BuildManagerHostUnloadEventArgs
Inherits EventArgs
継承
BuildManagerHostUnloadEventArgs

注釈

AppDomain インスタンスがシャットダウンまたはアンロードされると、AppDomainShutdown イベントまたは AppDomainUnloaded イベントがそれぞれ発生します。 BuildManagerHostUnloadEventArgs オブジェクトは、シャットダウンまたはアンロードの理由を格納し、そのパラメーターの 1 つとしてイベント ハンドラーに渡されます。

コンストラクター

名前 説明
BuildManagerHostUnloadEventArgs(ApplicationShutdownReason)

BuildManagerHostUnloadEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Reason

ホストされているアプリケーション ドメインがシャットダウンされた理由を取得します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください