Share via


DkmGetThreadNameAsyncResult(String) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmRuntimeInstance.GetThreadName.

public:
 DkmGetThreadNameAsyncResult(System::String ^ Name);
public:
 DkmGetThreadNameAsyncResult(Platform::String ^ Name);
 DkmGetThreadNameAsyncResult(std::wstring const & Name);
public DkmGetThreadNameAsyncResult (string Name);
public DkmGetThreadNameAsyncResult (string? Name);
new Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetThreadNameAsyncResult : string -> Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetThreadNameAsyncResult
Public Sub New (Name As String)

Parameters

Name
String

[In,Optional] The Thread Name.

Applies to