Module.GetPEKind Method
.NET Framework 4.5
Gets a pair of values indicating the nature of the code in a module and the platform targeted by the module.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
public virtual void GetPEKind( out PortableExecutableKinds peKind, out ImageFileMachine machine )
Parameters
- peKind
- Type: System.Reflection.PortableExecutableKinds
When this method returns, a combination of the PortableExecutableKinds values indicating the nature of the code in the module.
- machine
- Type: System.Reflection.ImageFileMachine
When this method returns, one of the ImageFileMachine values indicating the platform targeted by the module.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.