Show / Hide Table of Contents

Class MINIDUMP_HEADER

Contains header information for the minidump file.

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

https://docs.microsoft.com/en-us/windows/win32/api/minidumpapiset/ns-minidumpapiset-minidump_header https://msdn.microsoft.com/en-us/library/windows/desktop/ms680378.aspx

Fields

| Improve this Doc View Source

CheckSum

The checksum for the minidump file. This member can be zero.

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

Flags

One or more values from the MINIDUMP_TYPE enumeration type.

Declaration
public MINIDUMP_TYPE Flags
Field Value
Type Description
MINIDUMP_TYPE
| Improve this Doc View Source

NumberOfStreams

The number of streams in the minidump directory.

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

Signature

The signature.

Declaration
public string Signature
Field Value
Type Description
String
| Improve this Doc View Source

StreamDirectoryRva

The base RVA of the minidump directory. The directory is an array of MINIDUMP_DIRECTORY structures.

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

TimeDateStamp

Time and date, in time_t format.

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

Version

The version of the minidump format. The low-order word is . The high-order word is an internal value that is implementation specific.

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

Properties

| Improve this Doc View Source

TimeDateStampMarshaled

Declaration
public DateTimeOffset TimeDateStampMarshaled { get; }
Property Value
Type Description
DateTimeOffset
| Improve this Doc View Source

VersionMarshaled

Declaration
public ushort VersionMarshaled { get; }
Property Value
Type Description
System.UInt16
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX