Show / Hide Table of Contents

Class CPU_INFORMATION

https://msdn.microsoft.com/en-us/library/ms680396.aspx

Inheritance
Object
CPU_INFORMATION
Namespace: BinaryMapper.Windows.Minidump.Structures
Assembly: BinaryMapper.Windows.Minidump.dll
Syntax
public sealed class CPU_INFORMATION : object

Fields

| Improve this Doc View Source

OtherCpuInfo

Other CPU information. This structure is supported only for non-x86 computers.

Declaration
public CPU_INFORMATION_OTHER_CPUINFO OtherCpuInfo
Field Value
Type Description
CPU_INFORMATION_OTHER_CPUINFO
| Improve this Doc View Source

X86CpuInfo

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

Declaration
public CPU_INFORMATION_X86_CPUINFO X86CpuInfo
Field Value
Type Description
CPU_INFORMATION_X86_CPUINFO
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX