Reputation: 1358
Is there any readable, up to date (.net 4) MSIL Reference Manual?
Upvotes: 16
Views: 5754
Reputation: 499002
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.
Upvotes: 17
Reputation: 1358
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.
Upvotes: 0