Tao.Platform.Windows SDK Documentation

Kernel.SYSTEM_INFO.ProcessorType Field

An obsolete member that is retained for compatibility with Windows NT 3.5 and earlier. Use the SystemInfoUnion.ProcessorArchitecture, ProcessorLevel, and ProcessorRevision members to determine the type of processor.

Windows Me/98/95: Specifies the type of processor in the system. This member is one of the following values:

PROCESSOR_INTEL_386

PROCESSOR_INTEL_486

PROCESSOR_INTEL_PENTIUM

[Visual Basic]
Public ProcessorType As Integer
[C#]
public int ProcessorType;

See Also

Kernel.SYSTEM_INFO Class | Tao.Platform.Windows Namespace