IDkmInlineSourceSymbolQuery Interface

Definition

This API is used to read inline symbol information.

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 15 RTM (DkmApiVersion.VS15RTM).

public interface class IDkmInlineSourceSymbolQuery
public interface class IDkmInlineSourceSymbolQuery
__interface IDkmInlineSourceSymbolQuery
public interface IDkmInlineSourceSymbolQuery
type IDkmInlineSourceSymbolQuery = interface
Public Interface IDkmInlineSourceSymbolQuery

Methods

GetInlineSourcePosition(DkmInstructionSymbol, DkmStackWalkFrame, Boolean)

Returns the source file position (ex: example.cs, line 12) of this instruction symbol at the specified inline frame number. If this instruction symbol is not associated with a source file then null is returned (S_FALSE return code in native).

Applies to