Show / Hide Table of Contents

Class MINIDUMP_THREAD_INFO

Contains thread state information.

Inheritance
Object
MINIDUMP_THREAD_INFO
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 Source

Affinity

The processor affinity mask.

Declaration
public System.UInt64 Affinity
Field Value
Type Description
UInt64
| Improve this Doc View Source

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
| Improve this Doc View Source

DumpError

An HRESULT value that indicates the dump status.

Declaration
public System.UInt32 DumpError
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

DumpFlags

The flags that indicate the thread state.

Declaration
public System.UInt32 DumpFlags
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

ExitStatus

The thread termination status code.

Declaration
public System.UInt32 ExitStatus
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

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
| Improve this Doc View Source

KernelTime

The time executed in kernel mode, in 100-nanosecond intervals.

Declaration
public System.UInt64 KernelTime
Field Value
Type Description
UInt64
| Improve this Doc View Source

StartAddress

The starting address of the thread.

Declaration
public System.UInt64 StartAddress
Field Value
Type Description
UInt64
| Improve this Doc View Source

ThreadId

The identifier of the thread.

Declaration
public System.UInt32 ThreadId
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

UserTime

The time executed in user mode, in 100-nanosecond intervals.

Declaration
public System.UInt64 UserTime
Field Value
Type Description
UInt64
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX