System.Architecture (gb)
Const Architecture As String = "x86_64"
Devuelve la arquitectura del sistema operativo.
Hasta el momento puede ser uno de los siguientes:
"x86"
|
Intel-compatible arquitectura de 32 bits
|
"x86_64"
|
Intel-compatible arquitectura de 64 bits
|
"ARM"
|
Arquitectura ARM de 32 bits
|