Show / Hide Table of Contents

Class MINIDUMP_THREAD_INFO_LIST_STREAM

Contains a list of threads.

Inheritance
Object
MINIDUMP_THREAD_INFO_LIST_STREAM
Namespace: BinaryMapper.Windows.Minidump.Structures
Assembly: BinaryMapper.Windows.Minidump.dll
Syntax
public class MINIDUMP_THREAD_INFO_LIST_STREAM : object
Remarks

https://docs.microsoft.com/en-us/windows/win32/api/minidumpapiset/ns-minidumpapiset-minidump_thread_info_list https://msdn.microsoft.com/en-us/library/ms680506.aspx

Fields

| Improve this Doc View Source

NumberOfEntries

The number of entries in the stream. These are generally MINIDUMP_THREAD_INFO structures. The entries follow the header.

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

SizeOfEntry

The size of each entry following the header, in bytes. This is generally sizeof(MINIDUMP_THREAD_INFO).

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

SizeOfHeader

The size of the header data for the stream, in bytes. This is generally sizeof(MINIDUMP_THREAD_INFO_LIST).

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

ThreadInfo

The array of thread information

Declaration
public MINIDUMP_THREAD_INFO[] ThreadInfo
Field Value
Type Description
MINIDUMP_THREAD_INFO[]

Properties

| Improve this Doc View Source

SizeOfEntryMarshaled

Declaration
public SizeSpan SizeOfEntryMarshaled { get; }
Property Value
Type Description
SizeSpan
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX