machineTypeOption Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the TargetMachine property.
public enum class machineTypeOption
C++/CX
public enum class machineTypeOption
enum machineTypeOption
public enum machineTypeOption
type machineTypeOption =
Public Enum machineTypeOption
- Inheritance
-
machineTypeOption
Name | Value | Description |
---|---|---|
machineNotSet | 0 | Not set |
machineX86 | 1 | X86 |
machineAM33 | 2 | AM33 |
machineARM | 3 | ARM |
machineEBC | 4 | EBC |
machineIA64 | 5 | IA-64 |
machineM32R | 6 | M32R |
machineMIPS | 7 | MIPS |
machineMIPS16 | 8 | MIPS16 |
machineMIPSFPU | 9 | MIPSFPU |
machineMIPSFPU16 | 10 | MIPSFPU16 |
machineMIPSR41XX | 11 | MIPS41XX |
machineSH3 | 12 | SH3 |
machineSH3DSP | 13 | SH3DSP |
machineSH4 | 14 | SH4 |
machineSH5 | 15 | SH5 |
machineTHUMB | 16 | THUMB |
machineAMD64 | 17 | x64 |
machineARM64 | 18 |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |