ImageFileMachine Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Identifies the platform targeted by an executable.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Enumeration ImageFileMachine 'Usage Dim instance As ImageFileMachine
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum ImageFileMachine
SerializableAttribute ComVisibleAttribute(true) public enum ImageFileMachine
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. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show:
Note