Managed PE File Types
Posted by: IKVM.NET Weblog,
on 14 Nov 2011 |
View original | Bookmarked: 0 time(s)
Just a quick blog about the different types of managed PE files.
Here's a table:
Description
C# compiler switchPE typemachinecorflags
MSIL
/platform:anycpu (default)
PE32
x86
ILONLY
MSIL 32 bit preferred
/platform:anycpu32bitpreferred
PE32
x86
ILONLY | 32BITREQUIRED | 32BITPREFERRED
x86 managed
...