IDkmScriptDocumentTreeNodeCreateNotification 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.
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. |