Class MINIDUMP_THREAD_INFO
Contains thread state information.
Namespace: BinaryMapper.Windows.Minidump.Structures
Assembly: BinaryMapper.Windows.Minidump.dll
Syntax
public class MINIDUMP_THREAD_INFO : object
Remarks
https://docs.microsoft.com/en-us/windows/win32/api/minidumpapiset/ns-minidumpapiset-minidump_thread_info https://msdn.microsoft.com/en-us/library/ms680510.aspx
Fields
| Improve this Doc View SourceAffinity
The processor affinity mask.
Declaration
public System.UInt64 Affinity
Field Value
| Type | Description |
|---|---|
| UInt64 |
CreateTime
The time when the thread was created, in 100-nanosecond intervals since January 1, 1601 (UTC).
Declaration
public System.UInt64 CreateTime
Field Value
| Type | Description |
|---|---|
| UInt64 |
DumpError
An HRESULT value that indicates the dump status.
Declaration
public System.UInt32 DumpError
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
DumpFlags
The flags that indicate the thread state.
Declaration
public System.UInt32 DumpFlags
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
ExitStatus
The thread termination status code.
Declaration
public System.UInt32 ExitStatus
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
ExitTime
The time when the thread exited, in 100-nanosecond intervals since January 1, 1601 (UTC).
Declaration
public System.UInt64 ExitTime
Field Value
| Type | Description |
|---|---|
| UInt64 |
KernelTime
The time executed in kernel mode, in 100-nanosecond intervals.
Declaration
public System.UInt64 KernelTime
Field Value
| Type | Description |
|---|---|
| UInt64 |
StartAddress
The starting address of the thread.
Declaration
public System.UInt64 StartAddress
Field Value
| Type | Description |
|---|---|
| UInt64 |
ThreadId
The identifier of the thread.
Declaration
public System.UInt32 ThreadId
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
UserTime
The time executed in user mode, in 100-nanosecond intervals.
Declaration
public System.UInt64 UserTime
Field Value
| Type | Description |
|---|---|
| UInt64 |