ImageFileMachine Enumeration
.NET Framework (current version)
Identifies the platform targeted by an executable.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| AMD64 | Targets a 64-bit AMD processor. | |
| ARM | Targets an ARM processor. | |
| I386 | Targets a 32-bit Intel processor. | |
| IA64 | Targets a 64-bit Intel processor. |
To obtain this value for a module, use the Module::GetPEKind method.
Note |
|---|
The values in this enumeration correspond to the constants IMAGE_FILE_MACHINE_I386, IMAGE_FILE_MACHINE_IA64, and IMAGE_FILE_MACHINE_AMD64 in the unmanaged Win32 API, which are accessed by the unmanaged GetPEKind function. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
