Class MINIDUMP_DIRECTORY
Contains the information needed to access a specific data stream in a minidump file.
Namespace: BinaryMapper.Windows.Minidump.Structures
Assembly: BinaryMapper.Windows.Minidump.dll
Syntax
public class MINIDUMP_DIRECTORY : object
Remarks
https://docs.microsoft.com/en-us/windows/win32/api/minidumpapiset/ns-minidumpapiset-minidump_directory https://msdn.microsoft.com/en-us/library/ms680365.aspx
Fields
| Improve this Doc View SourceLocation
A MINIDUMP_LOCATION_DESCRIPTOR structure that specifies the location of the data stream.
Declaration
public MINIDUMP_LOCATION_DESCRIPTOR Location
Field Value
| Type | Description |
|---|---|
| MINIDUMP_LOCATION_DESCRIPTOR |
StreamType
The type of data stream. This member can be one of the values in the MINIDUMP_STREAM_TYPE enumeration.
Declaration
public MINIDUMP_STREAM_TYPE StreamType
Field Value
| Type | Description |
|---|---|
| MINIDUMP_STREAM_TYPE |