IDkmAppDomainUnloadedNotification 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.
IDkmAppDomainUnloadedNotification is implemented by components that want to listen for the AppDomainUnloaded event. When this notification fires, the target process will be suspended and can be examined. AppDomainUnloaded is fired when an AppDomain is unloaded 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 IDkmAppDomainUnloadedNotification
public interface IDkmAppDomainUnloadedNotification
type IDkmAppDomainUnloadedNotification = interface
Public Interface IDkmAppDomainUnloadedNotification
Methods
OnAppDomainUnloaded(DkmClrAppDomain, DkmWorkList, DkmEventDescriptor) |
OnAppDomainUnloaded is invoked as part of event processing. See interface definition for more information. |