IDkmThreadNameQuery.GetThreadName(DkmRuntimeInstance, DkmThread) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.