What are the best resources for learning CIL (MSIL)

后端 未结 5 1365
轮回少年
轮回少年 2021-02-01 06:05

I\'m an expert C# 3 / .NET 3.5 programmer looking to start doing some runtime codegen using System.Reflection.Emit.DynamicMethod. I\'d love to move up to the next level by be

5条回答
  •  梦毁少年i
    2021-02-01 06:53

    The ECMA 335 specification is freely available for download here: http://www.ecma-international.org/publications/standards/Ecma-335.htm

    Partition III is the most relevant for dealing with MSIL, but I'd strongly recommend partition I as well for any .NET developer as it will greatly solidify understanding of the platform.

提交回复
热议问题