IDkmThreadNameChangeNotification Interface

Definition

IDkmThreadNameChangeNotification is implemented by components that want to listen for the ThreadNameChange event. When this notification fires, the target process will be suspended and can be examined. ThreadNameChange is fired when a thread name is changed in the target process. Currently, this is only fired when Managed thread change their name.

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, TransportKind.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Methods

OnThreadNameChange(DkmThread, DkmWorkList, DkmEventDescriptor)

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

Applies to