在哪里可以获得所有 MSIL 代码及其十六进制值的列表?
有谁有所有 MSIL 代码及其相应的十六进制值的列表或图表吗?
Does anyone have a list or chart of all MSIL codes and their corresponding hex values?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 ECMA-335 - 特别是,我相信分区III 就是你所追求的。
Look at ECMA-335 - in particular, I believe partition III is what you're after.
规范来源
Reflection.Emit 中使用的常量也很有用
我发现 .Net Reflector 对于我自己实际检查的东西非常有用,特别是在简单但快速的情况下响应 snippy 添加。
The canonical source
The MSDN help pages on the constants used in Reflection.Emit are also useful
I find .Net Reflector invaluable for actually checking things myself though, especially with the simplistic but rapid response snippy add in.