Hey, On Tue, Aug 31, 2010 at 12:04 PM, nyka <[email protected]> wrote: > Is there a simple way to move types between dlls, or do I need to > create a new TypeDefinition in the destination dll, and copy > FieldDefinitions, MethodDefinitions, etc ?
Yep, you need to copy the different definitions. > If I need to copy all definitions manually, do I need to iterate > through all instructions of each method and correct TypeReference > operands Yep! -- Jb EvainĀ <[email protected]> -- -- mono-cecil
