ICorProfilerCallback::AppDomainCreationStarted メソッド

アプリケーション ドメインを作成することをプロファイラーに通知します。

HRESULT AppDomainCreationStarted(
    [in] AppDomainID appDomainId);

パラメーター

  • appDomainId
    [入力] 作成するドメインの ID。

解説

ICorProfilerCallback::AppDomainCreationFinished メソッドが呼び出されるまで、ID は情報要求では無効です。

必要条件

プラットフォーム: 「.NET Framework システム要件」を参照

ヘッダー: CorProf.idl、CorProf.h

ライブラリ: CorGuids.lib

.NET Framework のバージョン: 4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

参照

参照

ICorProfilerCallback インターフェイス