Table of Contents

Method GetThread

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

GetThread(int)

Get the thread for the given thread Id.

public DumpThread GetThread(int threadId)

Parameters

threadId int

thread Id to lookup.

Returns

DumpThread

a DumpThread object representing a thread in the dump whose thread id matches the requested id.