Show / Hide Table of Contents

Class MINIDUMP_THREAD

Contains information for a specific thread.

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

Priority

The priority level of the thread.

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

PriorityClass

The priority class of the thread.

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

Stack

A MINIDUMP_MEMORY_DESCRIPTOR structure.

Declaration
public MINIDUMP_MEMORY_DESCRIPTOR Stack
Field Value
Type Description
MINIDUMP_MEMORY_DESCRIPTOR
| Improve this Doc View Source

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

Teb

The thread environment block.

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

ThreadContext

A MINIDUMP_LOCATION_DESCRIPTOR structure.

Declaration
public MINIDUMP_LOCATION_DESCRIPTOR ThreadContext
Field Value
Type Description
MINIDUMP_LOCATION_DESCRIPTOR
| 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
In This Article
Back to top Generated by DocFX