IDkmScriptDocumentTreeNodeCreateNotification Interface

Definition

IDkmScriptDocumentTreeNodeCreateNotification is implemented by components that want to listen for the ScriptDocumentTreeNodeCreate event. When this notification fires, the target process will be suspended and can be examined. Notification when a new DkmScriptDocumentTreeNode object is created.

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 IDkmScriptDocumentTreeNodeCreateNotification
public interface class IDkmScriptDocumentTreeNodeCreateNotification
__interface IDkmScriptDocumentTreeNodeCreateNotification
public interface IDkmScriptDocumentTreeNodeCreateNotification
type IDkmScriptDocumentTreeNodeCreateNotification = interface
Public Interface IDkmScriptDocumentTreeNodeCreateNotification

Methods

OnScriptDocumentTreeNodeCreate(DkmScriptDocumentTreeNode, DkmWorkList, DkmEventDescriptor)

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

Applies to