Show / Hide Table of Contents

Class MINIDUMP_MODULE

Contains information for a specific module.

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

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

Fields

| Improve this Doc View Source

BaseOfImage

The base address of the module executable image in memory.

Declaration
public System.UInt64 BaseOfImage
Field Value
Type Description
UInt64
| Improve this Doc View Source

CheckSum

The checksum value of the module executable image.

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

CvRecord

A MINIDUMP_LOCATION_DESCRIPTOR structure that specifies the CodeView record of the module.

Declaration
public MINIDUMP_LOCATION_DESCRIPTOR CvRecord
Field Value
Type Description
MINIDUMP_LOCATION_DESCRIPTOR
| Improve this Doc View Source

MiscRecord

A MINIDUMP_LOCATION_DESCRIPTOR structure that specifies the miscellaneous record of the module.

Declaration
public MINIDUMP_LOCATION_DESCRIPTOR MiscRecord
Field Value
Type Description
MINIDUMP_LOCATION_DESCRIPTOR
| Improve this Doc View Source

ModuleNameRva

An RVA to a MINIDUMP_STRING structure that specifies the name of the module. See for a friendly accessor.

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

Reserved0

Reserved for future use.

Declaration
public System.UInt64 Reserved0
Field Value
Type Description
UInt64
| Improve this Doc View Source

Reserved1

Reserved for future use.

Declaration
public System.UInt64 Reserved1
Field Value
Type Description
UInt64
| Improve this Doc View Source

SizeOfImage

The size of the module executable image in memory, in bytes.

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

TimeDateStamp

The timestamp value of the module executable image, in time_t format.

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

VersionInfo

A VS_FIXEDFILEINFO structure that specifies the version of the module.

Declaration
public VS_FIXEDFILEINFO VersionInfo
Field Value
Type Description
VS_FIXEDFILEINFO

Properties

| Improve this Doc View Source

Name

The name of the module

Declaration
public string Name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

SizeOfImageMarshaled

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

TimeDateStampMarshaled

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