On Tue, Sep 7, 2010 at 5:31 PM, Vijay <[email protected]> wrote: > So there is no generic way of taking methods from one assembly and > inject them into another? :(
It's maybe obvious for you what you're trying to achieve, but from Cecil's point of view, it has no idea to know what to do with the different references from the method body. Should it take them and inject them, should it make references, should it be a mix of both? So no, there's no generic way :) -- Jb EvainĀ <[email protected]> -- -- mono-cecil
