Click or drag to resize

NativeProxyArchitecture Enumeration

Defines supported processor architecture.

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