[Mono-devel-list] Writing assembly

Paolo Molaro lupus at ximian.com
Mon Feb 23 10:06:22 EST 2004


On 02/12/04 Eric Durand-Tremblay wrote:
> Does anyone know a way to emit (with reflection) an already existing 
> class (compiled in C#).  We looked at System.Reflection.Emit namespace 
> but we are only able to save dynamicaly created assembly.
> 
> It could be usefull to do this when it is time to make our assembly 
> compatible with MS runtime.  (Like saving some base class to assembly)

I can't think of a reason why you'd need to save a base class to a
different assembly: you just reuse the base class implementation by
deriving from it.
Care to explain why you think you need that? Either it is because of
confusion or because of a design issue with our regex code: it's better
to clear the confusion or fix the design issue before proceeding further.

Thanks!

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list