Show / Hide Table of Contents

Class MINIDUMP_MODULE_LIST_STREAM

Contains a list of modules.

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

https://msdn.microsoft.com/en-us/library/windows/desktop/ms680391.aspx https://docs.microsoft.com/en-us/windows/win32/api/minidumpapiset/ns-minidumpapiset-minidump_module_list

Fields

| Improve this Doc View Source

Modules

The modules in the dump file. See MINIDUMP_MODULE

Declaration
public MINIDUMP_MODULE[] Modules
Field Value
Type Description
MINIDUMP_MODULE[]
| Improve this Doc View Source

NumberOfModules

The number of modules

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