IDkmScriptDocumentContentRemoveNotification Interface

Definition

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.

Applies to