Show / Hide Table of Contents

Class MINIDUMP_MEMORY_DESCRIPTOR

Describes a range of memory.

Inheritance
Object
MINIDUMP_MEMORY_DESCRIPTOR
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 Source

Memory

A MINIDUMP_LOCATION_DESCRIPTOR structure.

Declaration
public MINIDUMP_LOCATION_DESCRIPTOR Memory
Field Value
Type Description
MINIDUMP_LOCATION_DESCRIPTOR
| Improve this Doc View Source

StartOfMemoryRange

The starting address of the memory range.

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