COR_DEBUG_IL_TO_NATIVE_MAP Structure
Contains the offsets that are used to map Microsoft intermediate language (MSIL) code to native code.
typedef struct COR_DEBUG_IL_TO_NATIVE_MAP {
ULONG32 ilOffset;
ULONG32 nativeStartOffset;
ULONG32 nativeEndOffset;
} COR_DEBUG_IL_TO_NATIVE_MAP;
Members
Member |
Description |
---|---|
ilOffset |
The offset of the MSIL code. |
nativeStartOffset |
The offset of the start of the native code. |
nativeEndOffset |
The offset of the end of the native code. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorProf.idl, CorDebug.idl
Library: CorGuids.lib
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0
See Also
Reference
ICorProfilerInfo::GetILToNativeMapping Method
ICorDebugCode::GetILToNativeMapping Method