Method GetThread
GetThread(int)
Get the thread for the given thread Id.
public DumpThread GetThread(int threadId)Parameters
- threadIdint
- thread Id to lookup. 
Returns
- DumpThread
- a DumpThread object representing a thread in the dump whose thread id matches the requested id.