Is there any readable, up to 开发者_如何学编程date (.net 4) MSIL Reference Manual?
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.
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.
精彩评论