SystemInfoProcessorLevel Field

The architecture-dependent processor level. It should be used only for display purposes.

To determine the feature set of a processor, use the IsProcessorFeaturePresent(ProcessorFeature) function.

If ProcessorArchitecture is Intel, ProcessorLevel is defined by the CPU vendor.

If ProcessorArchitecture is IA64, ProcessorLevel is set to 1.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ushort ProcessorLevel

Field Value

UInt16

See Also