Show / Hide Table of Contents

Class MINIDUMP_MEMORY_LIST_STREAM

Contains a list of memory ranges.

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

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

Fields

| Improve this Doc View Source

MemoryRanges

An array of MINIDUMP_MEMORY_DESCRIPTOR structures.

Declaration
public MINIDUMP_MEMORY_DESCRIPTOR[] MemoryRanges
Field Value
Type Description
MINIDUMP_MEMORY_DESCRIPTOR[]
| Improve this Doc View Source

NumberOfMemoryRanges

The number of structures in the MemoryRanges array.

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