IDkmManagedThreadProperties.GetManagedThreadProperties Method
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.
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.