Load Dynamic Assembly

  • Thread starter Thread starter _jpg_
  • Start date Start date
J

_jpg_

Hi,

I would like to create an assembly dynamically using the
System.Reflection.Emit classes. The problem is that I would like to
create it based upon another assembly - that is i'd like to copy &
modify an existing assembly. As far as I can see you can only create a
dynamic assembly from scratch - not import any information from an
existing assembly. Is this true or is it possible to do this?

Thanks

_jpg_
 
Hey,
Can't help with the problem I'm afraid, but have you found a solution yet? I'm stuck with the same issue.
Cheers,
Charles
 
Back
Top