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.
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 SourceDataSize
The size of the data stream, in bytes.
Declaration
public System.UInt32 DataSize
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
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 SourceDataSizeMarshaled
Declaration
public SizeSpan DataSizeMarshaled { get; }
Property Value
| Type | Description |
|---|---|
| SizeSpan |