Architecture
Enumerates known architectures.
Content copied to clipboard
elide.machine.Architecture
Properties
Link copied to clipboard
The architecture is unknown, unrecognized, or backwards-incompatible.
Content copied to clipboard
ARCHITECTURE_UNKNOWN = 0;
Link copied to clipboard
ARM64 architecture (generic).
Content copied to clipboard
ARM64 = 200;
Link copied to clipboard
The x86 architecture (v2).
Content copied to clipboard
X86_64_V2 = 102;
Link copied to clipboard
The x86 architecture (v3).
Content copied to clipboard
X86_64_V3 = 103;
Link copied to clipboard
The x86 architecture (v4).
Content copied to clipboard
X86_64_V4 = 104;
Link copied to clipboard
The x86 architecture (generic).
Content copied to clipboard
X86_64 = 100;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.