To obtain this value for a module, use the Module.GetPEKind(PortableExecutableKinds@, ImageFileMachine@) method.
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.
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. |