DUMPBIN /CLRHEADER

This option directs that the COM+ Run-Time Header be included in dumps of executables.

Syntax

No arguments are anticipated. The option is /clrheader only.

Behaviour

This option applies only to executables in PE format. The COM+ Run-Time Header is located via the Optional Header’s Data Directory. As with other such data, the COM+ Run-Time Header is part of the executable’s image and is expected to lie wholly within some section of that image.

For each applicable input file, for each eligible section (as determined by the /range and /section options), if the /clrheader option is active and the COM+ Run-Time Header is contained in that section, then DUMPBIN adds its description of this COM+ Run-Time Header to the dump of this section.