Share via


/IMPORTS (Windows Embedded CE 6.0)

1/6/2010

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

Remarks

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

Concepts

DUMPBIN Options