IDkmInlineFrameCount Interface

Definition

This API is used to determine the number of inline frames at a location.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: RuntimeId, SymbolProviderId.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).

public interface class IDkmInlineFrameCount
public interface IDkmInlineFrameCount
type IDkmInlineFrameCount = interface
Public Interface IDkmInlineFrameCount

Methods

GetInlineFramesCount(DkmInstructionSymbol, DkmBasicSymbolInfoRequestFlags)

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

Applies to