DkmClrInstructionAddress.GetNativeCodeMap(DkmStackWalkFrame) Method

Definition

Provides the map of how this method was compiled to native code.

public:
 cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmClrNativeCodeMapEntry> ^ GetNativeCodeMap(Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ StackFrame);
public:
 Platform::Array <Microsoft::VisualStudio::Debugger::Clr::DkmClrNativeCodeMapEntry> ^ GetNativeCodeMap(Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ StackFrame);
std::Array <Microsoft::VisualStudio::Debugger::Clr::DkmClrNativeCodeMapEntry> GetNativeCodeMap(Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame const & StackFrame);
public Microsoft.VisualStudio.Debugger.Clr.DkmClrNativeCodeMapEntry[] GetNativeCodeMap (Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame StackFrame);
member this.GetNativeCodeMap : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame -> Microsoft.VisualStudio.Debugger.Clr.DkmClrNativeCodeMapEntry[]
Public Function GetNativeCodeMap (StackFrame As DkmStackWalkFrame) As DkmClrNativeCodeMapEntry()

Parameters

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.

Applies to