IDkmSymbolHiddenAttributeQuery Interface

Definition

This API is used to read information about a symbol.

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 IDkmSymbolHiddenAttributeQuery
public interface class IDkmSymbolHiddenAttributeQuery
__interface IDkmSymbolHiddenAttributeQuery
public interface IDkmSymbolHiddenAttributeQuery
type IDkmSymbolHiddenAttributeQuery = interface
Public Interface IDkmSymbolHiddenAttributeQuery

Methods

IsHiddenCode(DkmInstructionSymbol, DkmWorkList, DkmInspectionSession, DkmInstructionAddress, DkmCompletionRoutine<DkmIsHiddenCodeAsyncResult>)

Returns if this instruction symbol is in hidden code. For instance, in managed code, the line number 0xfeefee marks a source line as hidden.

Applies to