public enum ArchitecturePublic Enumeration ArchitectureThis enum supports the PlatformUtilities.GetComMetadata method, which is only available in projects targeting .NET 8 and later.
| Unknown | 0 | The architecture could not be determined. |
| X86 | 1 | 32-bit Intel/AMD (x86). Runs only in a 32-bit process. |
| X64 | 2 | 64-bit Intel/AMD (x64). Runs only in a 64-bit process. |
| Msil | 3 | Managed Any-CPU (MSIL). Runs in both 32-bit and 64-bit processes. |
| Arm | 4 | 32-bit ARM. Runs only in a 32-bit ARM process. |
| Arm64 | 5 | 64-bit ARM. Runs only in a 64-bit ARM64 process. |