Class MINIDUMP_THREAD_INFO_LIST_STREAM
Contains a list of threads.
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 SourceNumberOfEntries
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 |
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 |
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 |
ThreadInfo
The array of thread information
Declaration
public MINIDUMP_THREAD_INFO[] ThreadInfo
Field Value
| Type | Description |
|---|---|
| MINIDUMP_THREAD_INFO[] |
Properties
| Improve this Doc View SourceSizeOfEntryMarshaled
Declaration
public SizeSpan SizeOfEntryMarshaled { get; }
Property Value
| Type | Description |
|---|---|
| SizeSpan |