Hi, Jb Evain <[email protected]> wrote: > On Wed, Mar 30, 2011 at 11:26 AM, Dmitri Nesteruk > <[email protected]> wrote: > > My question: is it possible to somehow 'safely copy' things from one > > assembly definition to another so that I do get them in the resulting > > assembly? > > Nop, I'm afraid you can't simply add a type from a module to another. > You'd have to deep clone them, there's currently nothing builtin for > that.
Our assembly-merger 'il-repack' does exactly that: cloning all types from multiple assemblies into a fresh assembly. Have a look at the sources to see how it works: http://code.google.com/p/il-repack/source/checkout Simon -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone -- -- mono-cecil
