Previous Next Edit Rename Undo Search Administration
| Documentation |
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 |