Class CPU_INFORMATION_X86_CPUINFO
The CPU information obtained from the CPUID instruction. This structure is supported only for x86 computers.
Namespace: BinaryMapper.Windows.Minidump.Structures
Assembly: BinaryMapper.Windows.Minidump.dll
Syntax
public sealed class CPU_INFORMATION_X86_CPUINFO : 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 SourceAMDExtendedCpuFeatures
CPUID subfunction 80000001. Value of EBX. This member is supported only if the vendor is "AuthenticAMD".
Declaration
public System.UInt32 AMDExtendedCpuFeatures
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
FeatureInformation
CPUID subfunction 1. Value of EDX.
Declaration
public System.UInt32 FeatureInformation
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
VendorId
CPUID subfunction 0.
Declaration
public System.UInt32[] VendorId
Field Value
| Type | Description |
|---|---|
| System.UInt32[] |
VersionInformation
CPUID subfunction 1. Value of EAX.
Declaration
public System.UInt32 VersionInformation
Field Value
| Type | Description |
|---|---|
| System.UInt32 |