Udostępnij za pośrednictwem


DkmGetManagedThreadPropertiesAsyncResult(Int32) Constructor

Definition

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.

Applies to