什么是您的建议一本好书在.NET CLR和CIL?您的、一本好书、建议、CIL

由网友(删除、过去)分享简介:你知道有什么好书有关CLR的工作原理,在 .NET框架和 CIL 反对任何特定的.NET语言?Do you know any good book about the workings of the CLR, the .NET Framework and CIL as opposed to any specific ....

你知道有什么好书有关CLR的工作原理,在 .NET框架和 CIL 反对任何特定的.NET语言?

Do you know any good book about the workings of the CLR, the .NET Framework and CIL as opposed to any specific .NET language?

推荐答案

无论任何其他的书,你一定会需要的 ECMA-335标准为CLR和CIL的详细规范。具有足够的经验,它实际上可能是足够的自身

Regardless of any other books, you will definitely need ECMA-335 standard for a detailed specification of CLR and CIL. With sufficient experience, it may actually be sufficient on its own.

此外,专家.NET 2.0 IL汇编看起来它符合你的要求虽然我还没有看过,并且可以在其质量不发表评论。亚马逊的描述看起来很有希望,但:

Also, "Expert .NET 2.0 IL Assembler" looks like it matches your requirements, though I haven't read it and can't comment on its quality. Amazon description looks promising, though:

主题包括托管可执行文件结构,元数据表结构,微软IL指令,结构化异常处理,托管和非托管code互操作性,可执行文件生成和元数据操作API的通用语言运行库。

Topics include managed executable file structure, metadata table structure, Microsoft IL instructions, structured exception handling, managed and unmanaged code interoperation, executable file generation, and metadata manipulation API exposed by the common language runtime.

阅读全文

相关推荐

最新文章