Show / Hide Table of Contents

Class MINIDUMP_THREAD_LIST_STREAM

Contains a list of threads.

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

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

Fields

| Improve this Doc View Source

NumberOfThreads

The number of structures in the Threads array.

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

Threads

An array of MINIDUMP_THREAD structures.

Declaration
public MINIDUMP_THREAD[] Threads
Field Value
Type Description
MINIDUMP_THREAD[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX