Show / Hide Table of Contents

Class MINIDUMP_LOCATION_DESCRIPTOR

Contains information describing the location of a data stream within a minidump file. This structure uses 32-bit locations for RVAs in the first 4GB.

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

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

Fields

| Improve this Doc View Source

DataSize

The size of the data stream, in bytes.

Declaration
public System.UInt32 DataSize
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

Rva

The relative virtual address (RVA) of the data. This is the byte offset of the data stream from the beginning of the minidump file.

Declaration
public System.UInt32 Rva
Field Value
Type Description
System.UInt32

Properties

| Improve this Doc View Source

DataSizeMarshaled

Declaration
public SizeSpan DataSizeMarshaled { get; }
Property Value
Type Description
SizeSpan
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX