IDkmManagedThreadProperties.GetManagedThreadProperties Method

Definition

Get a managed thread's properties.

public:
 void GetManagedThreadProperties(Microsoft::VisualStudio::Debugger::DkmThread ^ thread, [Runtime::InteropServices::Out] int % managedThreadId);
public void GetManagedThreadProperties (Microsoft.VisualStudio.Debugger.DkmThread thread, out int managedThreadId);
abstract member GetManagedThreadProperties : Microsoft.VisualStudio.Debugger.DkmThread * int -> unit
Public Sub GetManagedThreadProperties (thread As DkmThread, ByRef managedThreadId As Integer)

Parameters

thread
DkmThread

[In] DkmThread represents a thread running in the target process.

managedThreadId
Int32

[Out] The managed thread id of the thread.

Applies to