System.Architecture (gb)
Const Architecture As String = "x86_64"
Return the architecture of the underlying operating system.
At the moment, it can be one of the following:
"x86"
|
Intel-compatible 32 bits architecture
|
"x86_64"
|
Intel-compatible 64 bits architecture
|
"arm"
|
ARM 32 bits architecture
|
"aarch64"
|
ARM 64 bits architecture
|
"powerpc"
|
PowerPC architecture
|