Question

Does anyone have a list or chart of all MSIL codes and their corresponding hex values?

Was it helpful?

Solution

Look at ECMA-335 - in particular, I believe partition III is what you're after.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top