ILNumerics Ultimate VS

WMIProcessorArchitecture Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The Architecture property specifies the processor architecture used by this platform. It returns one of the following integer values: 0 - x86, 1 - MIPS, 2 - Alpha, 3 - PowerPC, 6 - ia64, 9 - x64

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Misc
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public Nullable<int> Architecture { get; }

Property Value

Type: NullableInt32
Remarks

[ILNumerics Core Module]

See Also

Reference