IDkmScriptDocumentContentRemoveNotification 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.
IDkmScriptDocumentContentRemoveNotification is implemented by components that want to listen for the ScriptDocumentContentRemove event. The target process may continue to run during this notification. Notification that content has been removed from the target process. For aggregate documents (DkmScriptDocumentFlags.AggregateDocument is set), this will correspond to a deleted text section.
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.
public interface class IDkmScriptDocumentContentRemoveNotification
public interface class IDkmScriptDocumentContentRemoveNotification
__interface IDkmScriptDocumentContentRemoveNotification
public interface IDkmScriptDocumentContentRemoveNotification
type IDkmScriptDocumentContentRemoveNotification = interface
Public Interface IDkmScriptDocumentContentRemoveNotification
Methods
OnScriptDocumentContentRemove(DkmScriptDocument, DkmTextSpan, Int32, DkmEventDescriptor) |
OnScriptDocumentContentRemove is invoked as part of event processing. See interface definition for more information. |