IDkmAppDomainUnloadedNotification Interface

Definition

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.

Applies to