COR_DEBUG_IL_TO_NATIVE_MAP

更新:2007 年 11 月

包含用于将 Microsoft 中间语言 (MSIL) 代码映射到本机代码的偏移量。

typedef struct COR_DEBUG_IL_TO_NATIVE_MAP {
    ULONG32  ilOffset;
    ULONG32  nativeStartOffset;
    ULONG32  nativeEndOffset;
} COR_DEBUG_IL_TO_NATIVE_MAP;

成员

成员

说明

ilOffset

MSIL 代码的偏移量。

nativeStartOffset

本机代码开头的偏移量。

nativeEndOffset

本机代码结尾的偏移量。

要求

**平台:**请参见 .NET Framework 系统要求

**头文件:**CorProf.idl、CorDebug.idl

**库:**CorGuids.lib

**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

请参见

参考

ICorProfilerInfo::GetILToNativeMapping 方法

ICorDebugCode::GetILToNativeMapping 方法

其他资源

调试结构