IDkmRuntimeInstanceUnloadNotification Interface

Definition

IDkmRuntimeInstanceUnloadNotification is implemented by components that want to listen for the RuntimeInstanceUnload event. The target process may continue to run during this notification. RuntimeInstanceUnload is fired when an execution environment unloads from 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, TransportKind.

public interface class IDkmRuntimeInstanceUnloadNotification
public interface class IDkmRuntimeInstanceUnloadNotification
__interface IDkmRuntimeInstanceUnloadNotification
public interface IDkmRuntimeInstanceUnloadNotification
type IDkmRuntimeInstanceUnloadNotification = interface
Public Interface IDkmRuntimeInstanceUnloadNotification

Methods

OnRuntimeInstanceUnload(DkmRuntimeInstance, DkmEventDescriptor)

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

Applies to