OsUtilities.MachineType¶
-
public static enum
MachineType
¶ Enum to describe the bit architecture of a computer.
- Author
swrede
Enum Constants¶
UNKNOWN¶
-
public static final OsUtilities.MachineType
UNKNOWN
¶ Any other bit architecture.
X86¶
-
public static final OsUtilities.MachineType
X86
¶ A 32-bit system in the x86 family (sometimes called “i386”, “i686” or less commonly “i586” depending on the specific model).
X86_64¶
-
public static final OsUtilities.MachineType
X86_64
¶ A 64-bit system in the x86 family (sometimes called “amd64”).