Class MINIDUMP_MEMORY_LIST_STREAM
Contains a list of memory ranges.
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 SourceMemoryRanges
An array of MINIDUMP_MEMORY_DESCRIPTOR structures.
Declaration
public MINIDUMP_MEMORY_DESCRIPTOR[] MemoryRanges
Field Value
| Type | Description |
|---|---|
| MINIDUMP_MEMORY_DESCRIPTOR[] |
NumberOfMemoryRanges
The number of structures in the MemoryRanges array.
Declaration
public System.UInt32 NumberOfMemoryRanges
Field Value
| Type | Description |
|---|---|
| System.UInt32 |