The Additional Information displays some additional information about a PE that can be determined from a PE file, but which is not an obvious value in the PE file.
Console UI
Is this module a console application?
.Net Any CPU
Is this module a .Net module that is compiled for use on any CPU?
.Net Module
Is this module a pure .Net module (contains no native code)?
.Net Linked Module
Is this module linked to the .Net runtime?
CLR Version
If this module uses the .Net runtime, this entry displays which version of the CLR is required.
Valid values are:
•.Net CLR 1.0 (VS 2002)
•.Net CLR 1.1 (VS 2003)
•.Net CLR 2.0 (VS 2005..2010)
•.Net CLR 2.0 (VS 2012..2017)
•.Net CLR 2.0 or later
The last value will be displayed if a CLR version that is not recognised is encountered.
Module contains Resources
Does this module contain resources?
Module is only Resources
Does this module only contain resources?
Entry point
The entry point field describes the type of entry point for the DLL.
Valid valures are:
•No entry point
•.Net entry point
•Native entry point
•Unknown entry point type
Module contains code
Does this module contain executable code?