Class MINIDUMP_MEMORY_DESCRIPTOR
Describes a range of memory.
Namespace: BinaryMapper.Windows.Minidump.Structures
Assembly: BinaryMapper.Windows.Minidump.dll
Syntax
public class MINIDUMP_MEMORY_DESCRIPTOR : object
Remarks
https://docs.microsoft.com/en-us/windows/win32/api/minidumpapiset/ns-minidumpapiset-minidump_memory_descriptor https://msdn.microsoft.com/en-us/library/ms680384.aspx
Fields
| Improve this Doc View SourceMemory
A MINIDUMP_LOCATION_DESCRIPTOR structure.
Declaration
public MINIDUMP_LOCATION_DESCRIPTOR Memory
Field Value
| Type | Description |
|---|---|
| MINIDUMP_LOCATION_DESCRIPTOR |
StartOfMemoryRange
The starting address of the memory range.
Declaration
public System.UInt64 StartOfMemoryRange
Field Value
| Type | Description |
|---|---|
| UInt64 |