IDkmSymbolQueryCallback Interface

Definition

Allows remote components to obtain source position information when the symbol provider is on the VS machine.

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.

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

Methods

GetSourcePositionCallback(DkmInstructionSymbol, DkmSourcePositionFlags, DkmInspectionSession, Boolean)

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

Applies to