Click or drag to resize

CpuArchitecture Enumeration

Specifies the target CPU type of the host process.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public enum CpuArchitecture
Members
  Member nameValueDescription
Any0 Compatible with any processor type (i.e. both x86 and x64).
x861 x86 specific CPU type.
x642 x64 specific CPU type.
See Also

STK Parallel Computing Server 2.9 API for .NET