IDkmNativeCppEditAndContinueNotification Interface

Definition

Interface implemented by components to listen to Native ENC notifications.

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

Methods

OnNativeCppEditAndContinueAfterCommitEdit(DkmNativeModuleInstance)

Fired from the Native ENC engine after an edit has been committed.

Applies to