MSIL 参考手册
是否有任何可读的、最新的 (.net 4) MSIL 参考手册?
Is there any readable, up to date (.net 4) MSIL Reference Manual?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否有任何可读的、最新的 (.net 4) MSIL 参考手册?
Is there any readable, up to date (.net 4) MSIL Reference Manual?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
有一堆可下载的参考文档此处。
包括 ECMA-335 公共语言基础设施文档 (pdf< /a>),日期为 2006 年 6 月,其他草案文件日期为 2010 年 3 月 27 日。
There is a bunch of downloadable reference documents here.
Including the ECMA-335 Common Language Infrastructure documentation (pdf), dated June 2006, and other draft documents dated 27 March 2010.
实际上,浏览一下我拥有的一堆 .Net、C# 等书籍,Donis Marshall 在“Programming MS Visual C#2005: The Language”中有一个关于 MSIL 编程的非常好的章节。它已更新至 C#2008,但尚未更新至 2010。
Actually, scanning the pile of .Net, C#, ... books I own, Donis Marshall has a very good chapter on MSIL Programming in "Programming MS Visual C#2005: The Language". It's been updated to C#2008, but not to 2010 yet.