CorDebugGuidToTypeMapping Structure

Maps a Windows Runtime GUID to its corresponding ICorDebugType object.

Syntax

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

Members

Member Description
iid The GUID of the cached Windows Runtime type.
pType A pointer to an ICorDebugType object that provides information about the cached type.

Requirements

Platforms: Windows Runtime.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4.5

See also