IDkmModuleModifiedNotification Interface

Definition

Components should implement this interface to be informed of when a module changes due to EnC or dynamically emitted code.

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.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Methods

OnModuleModified(DkmModuleInstance)

This method is called when a module changes due to EnC or dynamically emitted code.

Applies to