CorDebugGuidToTypeMapping 结构

将 Windows 运行时 GUID 映射到其对应的 ICorDebugType 对象。

语法

typedef struct CorDebugGuidToTypeMapping {  
    GUID iid;  
    ICorDebugType *pType;  
} CorDebugGuidToTypeMapping;  

成员

成员 说明
iid 缓存的 Windows 运行时类型的 GUID。
pType 指向 ICorDebugType 对象的指针,该对象提供有关缓存类型的信息。

要求

平台:Windows 运行时。

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 4.5 起可用

请参阅