本机代码生成
我是 .Net 4.0 中的本机代码生成新手。在我的项目中,单个 EXE 文件总共有 500 多个 DLL 文件。如果我必须使用 ngen.exe 安装为所有这些 DLL 创建本机映像,这将是一个很大的过程。所以我的问题是是否有任何工具或脚本可以为所有这些 DLL 文件创建本机映像。请帮我解决这个问题。
提前致谢。,
Im new to Native Code Generation in .Net 4.0. In my project there are totally 500+ DLL file for a single EXE file. If I have to create a Native Image for all those DLL using ngen.exe install it is going to be a big process. So My question is whether there is any tool or script to create the Native Image for all those DLL files. Please help me with this problem.
Thanks in Advance.,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需使用 DOS 'FOR' 命令:
Just use the DOS 'FOR' command:
只需引用 MSDN:
那么也许RTFM?
Just quoting the very first paragraph of the Examples section of the Ngen.exe documentation page in MSDN:
So maybe RTFM?