On Tue, May 4, 2010 at 4:24 PM, Alix <[email protected]> wrote: > Parsing the instructions may possibly be trivial... I think they have > a fixed number of operands? In that case it should be very easy. I > just didn't want to take care of the parsing myself. Also, I don't > know how efficient it is to emit the instructions one by one as > opposed to replacing a few. > > Any comments?
You can use my Mono.Reflection library: http://github.com/jbevain/mono.reflection/ But I have no idea whether it works or not for a MethodBuilder. -- Jb Evain <[email protected]> -- -- mono-cecil
