System.Architecture (gb)
Const Architecture As String = "x86_64"
Restituisce l'architettura del sistema operativo sottostante.
Al momento, può essere uno delle seguenti:
"x86"
|
Architettura a 32 bit compatibile Intel
|
"x86_64"
|
Architettura a 64 bit compatibile Intel
|
"arm"
|
Architettura ARM a 32 bit
|
"powerpc"
|
Architettura PowerPC
|