ICorDebugCode.GetILToNativeMapping 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
void GetILToNativeMapping(System::UInt32 cMap, [Runtime::InteropServices::Out] System::UInt32 % pcMap, cli::array <Microsoft::VisualStudio::CorDebugInterop::COR_DEBUG_IL_TO_NATIVE_MAP> ^ map);
public void GetILToNativeMapping (uint cMap, out uint pcMap, Microsoft.VisualStudio.CorDebugInterop.COR_DEBUG_IL_TO_NATIVE_MAP[] map);
abstract member GetILToNativeMapping : uint32 * uint32 * Microsoft.VisualStudio.CorDebugInterop.COR_DEBUG_IL_TO_NATIVE_MAP[] -> unit
Public Sub GetILToNativeMapping (cMap As UInteger, ByRef pcMap As UInteger, map As COR_DEBUG_IL_TO_NATIVE_MAP())
参数
- cMap
- UInt32
- pcMap
- UInt32