IDkmThreadNameQuery.GetThreadName(DkmRuntimeInstance, DkmThread) Method

Definition

Compute the name of a thread.

public:
 System::String ^ GetThreadName(Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ runtimeInstance, Microsoft::VisualStudio::Debugger::DkmThread ^ thread);
public string GetThreadName (Microsoft.VisualStudio.Debugger.DkmRuntimeInstance runtimeInstance, Microsoft.VisualStudio.Debugger.DkmThread thread);
public string? GetThreadName (Microsoft.VisualStudio.Debugger.DkmRuntimeInstance runtimeInstance, Microsoft.VisualStudio.Debugger.DkmThread thread);
abstract member GetThreadName : Microsoft.VisualStudio.Debugger.DkmRuntimeInstance * Microsoft.VisualStudio.Debugger.DkmThread -> string
Public Function GetThreadName (runtimeInstance As DkmRuntimeInstance, thread As DkmThread) As String

Parameters

runtimeInstance
DkmRuntimeInstance

[In] The DkmRuntimeInstance class represents an execution environment which is loaded into a DkmProcess and which contains code to be debugged.

thread
DkmThread

[In] The Thread.

Returns

[Out,Optional] The Thread Name.

Applies to