Class MINIDUMP_THREAD
Contains information for a specific thread.
Namespace: BinaryMapper.Windows.Minidump.Structures
Assembly: BinaryMapper.Windows.Minidump.dll
Syntax
public class MINIDUMP_THREAD : object
Remarks
https://docs.microsoft.com/en-us/windows/win32/api/minidumpapiset/ns-minidumpapiset-minidump_thread https://msdn.microsoft.com/en-us/library/ms680517.aspx
Fields
| Improve this Doc View SourcePriority
The priority level of the thread.
Declaration
public System.UInt32 Priority
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
PriorityClass
The priority class of the thread.
Declaration
public System.UInt32 PriorityClass
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
Stack
A MINIDUMP_MEMORY_DESCRIPTOR structure.
Declaration
public MINIDUMP_MEMORY_DESCRIPTOR Stack
Field Value
| Type | Description |
|---|---|
| MINIDUMP_MEMORY_DESCRIPTOR |
SuspendCount
The suspend count for the thread. If the suspend count is greater than zero, the thread is suspended; otherwise, the thread is not suspended. The maximum value is MAXIMUM_SUSPEND_COUNT.
Declaration
public System.UInt32 SuspendCount
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
Teb
The thread environment block.
Declaration
public System.UInt64 Teb
Field Value
| Type | Description |
|---|---|
| UInt64 |
ThreadContext
A MINIDUMP_LOCATION_DESCRIPTOR structure.
Declaration
public MINIDUMP_LOCATION_DESCRIPTOR ThreadContext
Field Value
| Type | Description |
|---|---|
| MINIDUMP_LOCATION_DESCRIPTOR |
ThreadId
The identifier of the thread.
Declaration
public System.UInt32 ThreadId
Field Value
| Type | Description |
|---|---|
| System.UInt32 |