Sdílet prostřednictvím


IDkmOutOfProcessSymbolLoadingEnabledNotification Interface

Definition

Interface to update components when loading native symbols out of process is enabled or disabled.

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.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).

public interface class IDkmOutOfProcessSymbolLoadingEnabledNotification
public interface IDkmOutOfProcessSymbolLoadingEnabledNotification
type IDkmOutOfProcessSymbolLoadingEnabledNotification = interface
Public Interface IDkmOutOfProcessSymbolLoadingEnabledNotification

Methods

OnOutOfProcessSymbolLoadingChanged(DkmEngineSettings)

Called when 'AllowOutOfProcessSymbolLoading' is changed.

Applies to