Class DumpThread
Represents a thread from a minidump file. This is a flyweight object.
public class DumpThread- Inheritance
- 
      
      DumpThread
Properties
- ThreadId
- The native OS Thread Id of this thread. 
Methods
- Equals(object)
- Determines whether the specified object is equal to the current object. 
- GetHashCode()
- Serves as the default hash function. 
- GetThreadContext()
- Safe way to get a thread's context 
- GetThreadContext(IntPtr, int)
- Get the raw thread context as a buffer or bytes. This is dangerous. 
- ToString()
- Returns a string that represents the current object.