Show / Hide Table of Contents

Class MINIDUMP_SYSTEM_INFO_STREAM

Contains processor and operating system information.

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

https://docs.microsoft.com/en-us/windows/win32/api/minidumpapiset/ns-minidumpapiset-minidump_system_info https://msdn.microsoft.com/en-us/library/ms680396.aspx

Fields

| Improve this Doc View Source

BuildNumber

The build number of the operating system.

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

Cpu

Declaration
public CPU_INFORMATION Cpu
Field Value
Type Description
CPU_INFORMATION
| Improve this Doc View Source

CSDVersionRva

An RVA (from the beginning of the dump) to a MINIDUMP_STRING that describes the latest Service Pack installed on the system. If no Service Pack has been installed, the string is empty.

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

MajorVersion

The major version number of the operating system.

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

MinorVersion

The minor version number of the operating system.

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

NumberOfProcessors

The number of processors in the system.

Declaration
public System.Byte NumberOfProcessors
Field Value
Type Description
System.Byte
| Improve this Doc View Source

PlatformId

The operating system platform.

Declaration
public PLATFORM_ID_TYPE PlatformId
Field Value
Type Description
PLATFORM_ID_TYPE
| Improve this Doc View Source

ProcessorArchitecture

The system's processor architecture.

Declaration
public PROCESSOR_ARCHITECTURE_TYPE ProcessorArchitecture
Field Value
Type Description
PROCESSOR_ARCHITECTURE_TYPE
| Improve this Doc View Source

ProcessorLevel

The system's architecture-dependent processor level.

Declaration
public System.UInt16 ProcessorLevel
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

ProcessorRevision

The architecture-dependent processor revision.

Declaration
public System.UInt16 ProcessorRevision
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

ProductType

Any additional information about the system. This member can be one of the following values.

Declaration
public PRODUCT_TYPE ProductType
Field Value
Type Description
PRODUCT_TYPE
| Improve this Doc View Source

Reserved0

This member is reserved for future use and must be zero.

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

Reserved1

This member is reserved for future use.

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

Reserved2

This member is reserved for future use.

Declaration
public System.UInt16 Reserved2
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

SuiteMask

The bit flags that identify the product suites available on the system.

Declaration
public SUITE_TYPE SuiteMask
Field Value
Type Description
SUITE_TYPE

Properties

| Improve this Doc View Source

ProcessorRevisionMarshaled

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

VersionMarshaled

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