Show / Hide Table of Contents

Class CPU_INFORMATION_X86_CPUINFO

The CPU information obtained from the CPUID instruction. This structure is supported only for x86 computers.

Inheritance
Object
CPU_INFORMATION_X86_CPUINFO
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 Source

AMDExtendedCpuFeatures

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
| Improve this Doc View Source

FeatureInformation

CPUID subfunction 1. Value of EDX.

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

VendorId

CPUID subfunction 0.

Declaration
public System.UInt32[] VendorId
Field Value
Type Description
System.UInt32[]
| Improve this Doc View Source

VersionInformation

CPUID subfunction 1. Value of EAX.

Declaration
public System.UInt32 VersionInformation
Field Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX