ICorProfilerCallback::AppDomainCreationStarted 方法

通知探查器正在创建应用程序域。

HRESULT AppDomainCreationStarted(
    [in] AppDomainID appDomainId);

参数

  • appDomainId
    [in] 标识正在创建的域。

备注

在调用 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 接口