mscorlib(4.0.0.0) API with additions
ProcessorArchitecture.cs
2 
3 namespace System.Reflection
4 {
7  [ComVisible(true)]
8  [__DynamicallyInvokable]
10  {
12  [__DynamicallyInvokable]
13  None,
15  [__DynamicallyInvokable]
16  MSIL,
18  [__DynamicallyInvokable]
19  X86,
21  [__DynamicallyInvokable]
22  IA64,
24  [__DynamicallyInvokable]
25  Amd64,
27  [__DynamicallyInvokable]
28  Arm
29  }
30 }
Neutral with respect to processor and bits-per-word.
Definition: __Canon.cs:3
A 32-bit Intel processor, either native or in the Windows on Windows environment on a 64-bit platform...
Specifies that the class can be serialized.
Targets a 64-bit Intel processor.
ProcessorArchitecture
Identifies the processor and bits-per-word of the platform targeted by an executable.