Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.