Class Architecture
java.lang.Object
net.codecrete.windowsapi.metadata.Architecture
Constants describing the supported architecture of functions, data structures, etc.
The constants can be combined as a bitmask. They must use the same values as the Windows metadata format.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
X86
public static final int X86X86 (32-bit Intel/AMD)- See Also:
-
X64
public static final int X64X64 (64-bit Intel/AMD, aka X86_64)- See Also:
-
ARM64
public static final int ARM64ARM64 (64-bit ARM, aka AArch64)- See Also:
-
ALL
public static final int ALLCombination of X86, X64 and ARM64- See Also:
-