Class CPU_INFORMATION
Namespace: BinaryMapper.Windows.Minidump.Structures
Assembly: BinaryMapper.Windows.Minidump.dll
Syntax
public sealed class CPU_INFORMATION : object
Fields
| Improve this Doc View SourceOtherCpuInfo
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 |
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 |