IDkmModuleLocator Interface

Definition

Interface implemented by debug monitors that support debugging dumps to allow the UI to search for binaries that were not found when the dump originally loaded. The symbol path is updated by the UI if the user chooses a path when searching for the binary.

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

Methods

TryLoadBinary(DkmModuleInstance)

Attempt to load a binary that previously failed to load using updated symbol paths.

Applies to