Bagikan melalui


ICorDebugCode.GetILToNativeMapping Method

Definition

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);
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())

Parameters

cMap
UInt32
pcMap
UInt32

Applies to