IDkmScriptJmcStateChangeNotification Interface

Definition

IDkmScriptJmcStateChangeNotification is implemented by components that want to be notified when the JMC state changes for a script document.

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.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

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

Methods

OnJmcStateChanged(DkmScriptDocument)

This method is called by the dispatcher when the JMC state of a script document changes.

Applies to