다음을 통해 공유


/IMPORTS (Windows CE 5.0)

Send Feedback

This option displays the list of DLLs (both statically linked and delay loaded) that are imported into an executable file or DLL and all individual imports from these DLLs.

/IMPORTS[:file]

The optional file specification allows you to specify that only imports for that DLL are displayed. For example:

dumpbin /IMPORTS:msvcrt.dll

The output displayed by this option is similar to the /EXPORTS output.

Only the /HEADERS DUMPBIN option is available for use on files produced with the /GL compiler option.

See Also

DUMPBIN Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.