Class MINIDUMP_SYSTEM_INFO_STREAM
Contains processor and operating system information.
Inheritance
MINIDUMP_SYSTEM_INFO_STREAM
Assembly: BinaryMapper.Windows.Minidump.dll
Syntax
public class MINIDUMP_SYSTEM_INFO_STREAM : object
Fields
|
Improve this Doc
View Source
BuildNumber
The build number of the operating system.
Declaration
public System.UInt32 BuildNumber
Field Value
|
Improve this Doc
View Source
Cpu
Declaration
public CPU_INFORMATION Cpu
Field Value
|
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
|
Improve this Doc
View Source
MajorVersion
The major version number of the operating system.
Declaration
public System.UInt32 MajorVersion
Field Value
|
Improve this Doc
View Source
MinorVersion
The minor version number of the operating system.
Declaration
public System.UInt32 MinorVersion
Field Value
|
Improve this Doc
View Source
NumberOfProcessors
The number of processors in the system.
Declaration
public System.Byte NumberOfProcessors
Field Value
|
Improve this Doc
View Source
The operating system platform.
Declaration
public PLATFORM_ID_TYPE PlatformId
Field Value
|
Improve this Doc
View Source
ProcessorArchitecture
The system's processor architecture.
Declaration
public PROCESSOR_ARCHITECTURE_TYPE ProcessorArchitecture
Field Value
|
Improve this Doc
View Source
ProcessorLevel
The system's architecture-dependent processor level.
Declaration
public System.UInt16 ProcessorLevel
Field Value
|
Improve this Doc
View Source
ProcessorRevision
The architecture-dependent processor revision.
Declaration
public System.UInt16 ProcessorRevision
Field Value
|
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
|
Improve this Doc
View Source
Reserved0
This member is reserved for future use and must be zero.
Declaration
public System.UInt16 Reserved0
Field Value
|
Improve this Doc
View Source
Reserved1
This member is reserved for future use.
Declaration
public System.UInt16 Reserved1
Field Value
|
Improve this Doc
View Source
Reserved2
This member is reserved for future use.
Declaration
public System.UInt16 Reserved2
Field Value
|
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
Properties
|
Improve this Doc
View Source
ProcessorRevisionMarshaled
Declaration
public Version ProcessorRevisionMarshaled { get; }
Property Value
|
Improve this Doc
View Source
VersionMarshaled
Declaration
public Version VersionMarshaled { get; }
Property Value