IDkmInlineFrameCount.GetInlineFramesCount Method

Definition

Returns the number of inline frames at the given instruction symbol.

public:
 System::UInt32 GetInlineFramesCount(Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ instruction, Microsoft::VisualStudio::Debugger::Symbols::DkmBasicSymbolInfoRequestFlags flags);
public uint GetInlineFramesCount (Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol instruction, Microsoft.VisualStudio.Debugger.Symbols.DkmBasicSymbolInfoRequestFlags flags);
abstract member GetInlineFramesCount : Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol * Microsoft.VisualStudio.Debugger.Symbols.DkmBasicSymbolInfoRequestFlags -> uint32
Public Function GetInlineFramesCount (instruction As DkmInstructionSymbol, flags As DkmBasicSymbolInfoRequestFlags) As UInteger

Parameters

instruction
DkmInstructionSymbol

[In] DkmInstructionSymbol represents a method in the target process.

flags
DkmBasicSymbolInfoRequestFlags

[In] Flags passed to DkmInstructionSymbol.GetBasicInfo and GetInlineFramesCount.

Returns

[Out] The number of inline frames at the given RVA and frame.

Applies to