It’s safe to assume that when you use the C#, F# or (heaven forfend) VB.NET compilers, the IL generated for you will be correct. But, if you’re using Reflection.Emit to generate code “by hand” in a dynamic method or assembly it can be difficult to identify problems with the IL you emit. In the majority [...]
Tag Archives: CLR
Verifying dynamically generated IL
Posted in .NET, F#, Software Development | Also tagged .NET, emit, IL, peverify, reflection | 2 Comments
