Question

Are there any IL opcodes that are new in .NET 4.0 as compared to 3.5, and if so, where can I find a list of them?

Was it helpful?

Solution

There are no new OpCodes in version 4.0 compared to version 3.5.

OTHER TIPS

You could compare the fields of System.Reflection.Emit.OpCodes from V2 to V4.

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