IDkmScriptSymbolsUpdatedNotification Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IDkmScriptSymbolsUpdatedNotification is implemented by components that want to listen for the ScriptSymbolsUpdated event. When this notification fires, the target process will be suspended and can be examined. Notification that symbol state for one or more script documents have been updated. This is used to rebind breakpoints in script-based modules.
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, TransportKind.
public interface class IDkmScriptSymbolsUpdatedNotification
public interface class IDkmScriptSymbolsUpdatedNotification
__interface IDkmScriptSymbolsUpdatedNotification
public interface IDkmScriptSymbolsUpdatedNotification
type IDkmScriptSymbolsUpdatedNotification = interface
Public Interface IDkmScriptSymbolsUpdatedNotification
Methods
OnScriptSymbolsUpdated(DkmScriptRuntimeInstance, DkmScriptDocument[], DkmWorkList, DkmEventDescriptor) |
OnScriptSymbolsUpdated is invoked as part of event processing. See interface definition for more information. |