System.Architecture (gb)
Const Architecture As String = "x86_64"
Retourne l'architecture dy système d'exploitation sous-jacent.
Pour le moment, c'est l'une des suivantes :
"x86"
|
architecture Intel-compatible 32 bits
|
"x86_64"
|
architecture Intel-compatible 64 bits
|
"ARM"
|
architecture ARM 32 bits
|