On Sun, Jan 2, 2011 at 10:20 PM, impworks <[email protected]> wrote: > System.Reflection.Emit namespace has nice DefineLabel() and > MarkLabel() methods. Is there an alternative in Cecil?
Currently, there's none, albeit that's planned. You can use a nop as a target instruction that you'll emit after the jump. Jb -- -- mono-cecil
