IDkmSymbolMemoryReader Interface

Definition

Interface implemented by base debug monitors which read symbols from debuggee's memory at runtime. This interface would be implemented by base debug monitors to deal with symbol formats which are generated or loaded at runtime in the debuggee's memory.

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

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

Methods

ReadSymbols(DkmModuleInstance)

This method is invoked by symbol handlers to read symbols for DkmModuleInstances whose symbols reside in debuggee's memory.

Applies to