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_
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_