Zurück Weiter Bearbeiten Umbenennen Rückgängig Suchen Verwaltung
| Dokumentation |
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 |