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