Show / Hide Table of Contents

Class MINIDUMP_DIRECTORY

Contains the information needed to access a specific data stream in a minidump file.

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

Location

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX