再谈CLR:查看程序集的依赖关系
depends.exe,原先在vs2005是提供的,但是vs2008中却没有了。下面的网站提供了单独下载
从这个图,更加可以看出来.NET的应用程序对mscoree.dll(.NET Framework Execute Engine)的依赖性 。 http://dependencywalker.com/ Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe,dll,ocx,sys,etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found,it lists all the functions that are exported by that module,and which of those functions are actually being called by other modules. Another view displays the minimum set of required files,along with detailed information about each file including a full path to the file,base address,version numbers,machine type,debug information,and more. Dependency Walker is completely free to use. However,you may not profit from the distribution of it,nor may you bundle it with another product.
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |