IDkmAppDomainCreatedNotification 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.
IDkmAppDomainCreatedNotification is implemented by components that want to listen for the AppDomainCreated event. When this notification fires, the target process will be suspended and can be examined. AppDomainCreated is fired when an AppDomain is created by 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.
This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).
public interface class IDkmAppDomainCreatedNotification
public interface IDkmAppDomainCreatedNotification
type IDkmAppDomainCreatedNotification = interface
Public Interface IDkmAppDomainCreatedNotification
Methods
OnAppDomainCreated(DkmClrAppDomain, DkmWorkList, DkmEventDescriptor) |
OnAppDomainCreated is invoked as part of event processing. See interface definition for more information. |