IXCLRDataExceptionNotification2::OnAppDomainLoaded 方法
客户端实现的回调,在调用 IXCLRDataProcess::TranslateExceptionRecordToNotification
给定异常表示加载 AppDomain 时进行。
注意
此 API 最初旨在供运行时内部使用。 尽管现在支持第三方使用,但我们建议尽量使用 ICorDebug
和 ICorProfiler
API。
语法
HRESULT OnAppDomainLoaded(
[in] IXCLRDataAppDomain *domain
);
参数
domain
[in]已加载的 AppDomain。
注解
提供的方法是接口的 IXCLRDataExceptionNotification2
一部分,对应于虚拟方法表的第 12 个槽。
要求
平台:请参阅系统要求。 标头:无;库:无;.NET Framework 版本:自 4.7 起可用