DkmGetManagedThreadPropertiesAsyncResult(Int32) 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 DkmThread.GetManagedThreadProperties.
public:
DkmGetManagedThreadPropertiesAsyncResult(int ManagedThreadId);
public:
DkmGetManagedThreadPropertiesAsyncResult(int ManagedThreadId);
DkmGetManagedThreadPropertiesAsyncResult(int ManagedThreadId);
public DkmGetManagedThreadPropertiesAsyncResult (int ManagedThreadId);
new Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetManagedThreadPropertiesAsyncResult : int -> Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetManagedThreadPropertiesAsyncResult
Public Sub New (ManagedThreadId As Integer)
Parameters
- ManagedThreadId
- Int32
[In] The managed thread id of the thread.