IDkmScriptDocumentTreeNodeUnloadNotification Interface

Definition

IDkmScriptDocumentTreeNodeUnloadNotification is implemented by components that want to listen for the ScriptDocumentTreeNodeUnload event. The target process may continue to run during this notification. Notification that a DkmScriptDocumentTreeNode has been unloaded from the target process.

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.

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

Methods

OnScriptDocumentTreeNodeUnload(DkmScriptDocumentTreeNode, DkmEventDescriptor)

OnScriptDocumentTreeNodeUnload is invoked as part of event processing. See interface definition for more information.

Applies to