Click or drag to resize

NativeProxyArchitecture Enumeration

Defines supported processor architecture.

Namespace:  ShellBoost.Core.Client
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public enum NativeProxyArchitecture
Members
  Member nameValueDescription
Invalid0 Invalid.
x861 Intel x86.
x642 Intel x64.
arm643 ARM 64.
See Also