COR_DEBUG_IL_TO_NATIVE_MAP, structure
Contient les offsets utilisés pour mapper le code MSIL (Microsoft Intermediate Language) en code natif.
typedef struct COR_DEBUG_IL_TO_NATIVE_MAP {
ULONG32 ilOffset;
ULONG32 nativeStartOffset;
ULONG32 nativeEndOffset;
} COR_DEBUG_IL_TO_NATIVE_MAP;
Membres
Membre |
Description |
---|---|
ilOffset |
Offset du code MSIL. |
nativeStartOffset |
Offset du début du code natif. |
nativeEndOffset |
Offset de la fin du code natif. |
Configuration requise
Plateformes : consultez Configuration requise du .NET Framework.
En-tête : Corprof.idl, CorDebug.idl
Bibliothèque : CorGuids.lib
Versions du .NET Framework : 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0
Voir aussi
Référence
ICorProfilerInfo::GetILToNativeMapping, méthode
ICorDebugCode::GetILToNativeMapping, méthode