ICorDebugCode.GetILToNativeMapping Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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