DkmGetThreadNameAsyncResult(String) Constructor
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.
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.