IDkmThreadNameChangeNotification.OnThreadNameChange 方法

定义

在事件处理过程中,将调用 OnThreadNameChange。 有关详细信息,请参阅接口定义。

public:
 void OnThreadNameChange(Microsoft::VisualStudio::Debugger::DkmThread ^ thread, Microsoft::VisualStudio::Debugger::DkmWorkList ^ workList, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnThreadNameChange (Microsoft.VisualStudio.Debugger.DkmThread thread, Microsoft.VisualStudio.Debugger.DkmWorkList workList, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnThreadNameChange : Microsoft.VisualStudio.Debugger.DkmThread * Microsoft.VisualStudio.Debugger.DkmWorkList * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnThreadNameChange (thread As DkmThread, workList As DkmWorkList, eventDescriptor As DkmEventDescriptor)

参数

thread
DkmThread

中DkmThread 表示在目标进程中运行的线程。

workList
DkmWorkList

用于将额外的事件处理工作附加到的工作进程。 在 notifiied 所有侦听器后,将开始执行此工作列表。 直到工作列表完全执行完毕,事件才会完成。

eventDescriptor
DkmEventDescriptor

中描述正在处理的事件。

适用于