IDkmClrRuntimeDebugMonitor.GetNativeCodeMap 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.
Provides the map of how this method was compiled to native code.
public:
cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmClrNativeCodeMapEntry> ^ GetNativeCodeMap(Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ clrAddress, Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ stackFrame);
public:
Platform::Array <Microsoft::VisualStudio::Debugger::Clr::DkmClrNativeCodeMapEntry> ^ GetNativeCodeMap(Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ clrAddress, Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ stackFrame);
std::Array <Microsoft::VisualStudio::Debugger::Clr::DkmClrNativeCodeMapEntry> GetNativeCodeMap(Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress const & clrAddress, Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame const & stackFrame);
public Microsoft.VisualStudio.Debugger.Clr.DkmClrNativeCodeMapEntry[] GetNativeCodeMap (Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress clrAddress, Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame stackFrame);
public Microsoft.VisualStudio.Debugger.Clr.DkmClrNativeCodeMapEntry[]? GetNativeCodeMap (Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress clrAddress, Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame? stackFrame);
abstract member GetNativeCodeMap : Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress * Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame -> Microsoft.VisualStudio.Debugger.Clr.DkmClrNativeCodeMapEntry[]
Public Function GetNativeCodeMap (clrAddress As DkmClrInstructionAddress, stackFrame As DkmStackWalkFrame) As DkmClrNativeCodeMapEntry()
Parameters
- clrAddress
- DkmClrInstructionAddress
[In] DkmClrInstructionAddress is used for addresses in managed code.
- stackFrame
- DkmStackWalkFrame
[In,Optional] Stack frame where this address is from. This is necessary for CLR v2 support. This argument will be ignored for CLR v4.
Returns
[Out] Structure to define the IL instruction mapping for one or more native instructions.