In general, how to convert ilasm syntax into Reflection.Emit calls?

Posted by Qwertie on Stack Overflow See other posts from Stack Overflow or by Qwertie
Published on 2010-06-13T18:05:23Z Indexed on 2010/06/13 18:12 UTC
Read the original article Hit count: 247

Filed under:
|
|
|

I am writing a special-purpose mini-compiler and I often view disassembled CIL to figure out how to do things. But it's often not obvious how to translate the disassembled code to Reflection.Emit calls. Does a reference manual exist or any other source of information for doing this translation?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about reflection.emit