Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the offsets that are used to map common intermediate language (CIL) code to native code.
typedef struct COR_DEBUG_IL_TO_NATIVE_MAP {
ULONG32 ilOffset;
ULONG32 nativeStartOffset;
ULONG32 nativeEndOffset;
} COR_DEBUG_IL_TO_NATIVE_MAP;
Member | Description |
---|---|
ilOffset |
The offset of the CIL code. |
nativeStartOffset |
The offset of the start of the native code. |
nativeEndOffset |
The offset of the end of the native code. |
Platforms: See System Requirements.
Header: CorProf.idl, CorDebug.idl
Library: CorGuids.lib
.NET Framework Versions: Available since 1.0
.NET feedback
.NET is an open source project. Select a link to provide feedback: