ICorDebugAppDomain3 接口

提供方法来检索有关当前加载到应用程序域中的 Windows 运行时类型的托管表示形式的信息。 此接口是 ICorDebugAppDomain 和 ICorDebugAppDomain2 接口的扩展。

方法

方法 说明
ICorDebugAppDomain3::GetCachedWinRTTypes 获取所有缓存 Windows 运行时类型的枚举器。
ICorDebugAppDomain3::GetCachedWinRTTypesForIIDs 根据接口标识符获取应用程序域中缓存的 Windows 运行时类型的枚举器。

备注

此接口旨在由调试程序与对 M:System.Runtime.InteropServices.Marshal.GetInspectableIIDs(System.Object) 的函数评估调用结合使用。 当该方法检索 Windows 运行时服务器对象支持的接口标识符时,调试程序可以使用此接口中定义的方法将这些接口标识符映射到与这些接口对应的托管类型。

若要检索此接口的实例,请对 ICorDebugAppDomain 或 ICorDebugAppDomain2 接口的实例运行 QueryInterface

备注

此接口不支持跨计算机或跨进程远程调用。

要求

平台:Windows 运行时

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 4.5 起可用

另请参阅