DkmBasicInstructionSymbolInfo.InlineFrameCount Property
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.
Number of inline frames at the given instruction symbol.
This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).
public:
property int InlineFrameCount { int get(); };
public int InlineFrameCount { get; }
member this.InlineFrameCount : int
Public ReadOnly Property InlineFrameCount As Integer