DUMPBIN Command Line (Windows CE 5.0)
To run DUMPBIN, use the following syntax:
DUMPBIN [options] files...
Specify one or more binary files, along with options required to control the information.
DUMPBIN displays the information to standard output. You can redirect it to a file or use the /OUT option to specify a file name for the output.
When you run DUMPBIN on a file without specifying an option, DUMPBIN displays the /SUMMARY output.
When you type the command dumpbin
without other command-line input, DUMPBIN displays a usage statement that summarizes its options.
See Also
DUMPBIN Tool | Viewing Decorated Names
Send Feedback on this topic to the authors