Please enable JavaScript to view this site.

DbgHelp Browser Help

Navigation: The user interface

.Net Information

Scroll Prev Top Next More

The .Net Information displays some .Net specific information about a PE that can be determined from a PE file, but which is not an obvious value in the PE file.

 

 uiDotNetInformation

 

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.

 

.Net x86 CPU

Is this module a .Net module that is compiled for use on x86 processors?

 

.Net x64 CPU

Is this module a .Net module that is compiled for use on x86 processors?

 

.Net Any CPU

Is this module a .Net module that is compiled for use on any CPU?

 

.Net Any CPU 32 bit preferred

Is this module a .Net module that is compiled for use on any CPU but prefers 32 bit processors?

 

.Net Module

Is this module a pure .Net module (contains no native code)?

 

.Net Linked Module

Is this module linked to the .Net runtime?

 

.Net Core (Framework Dependent)

Is this module built for use with .Net Core as a framework dependent DLL?

 

.Net Core (Self Contained)

Is this module built for use with .Net Core as a self contained executable?

 

Native Loads .Net Runtime

Is this a native module that loads the .Net runtime to executable .Net code?