mscorlib(4.0.0.0) API with additions
ImageFileMachine.cs
2 
3 namespace System.Reflection
4 {
7  [ComVisible(true)]
8  public enum ImageFileMachine
9  {
11  I386 = 332,
13  IA64 = 0x200,
15  AMD64 = 34404,
17  ARM = 452
18  }
19 }
Targets a 64-bit AMD processor.
Targets a 32-bit Intel processor.
Definition: __Canon.cs:3
ImageFileMachine
Identifies the platform targeted by an executable.
Specifies that the class can be serialized.
Targets a 64-bit Intel processor.