save assembly object

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have an assembly object (System.Reflection.Assembly) that is generated in runtime, and i ant to save it to a file. I cant seem to find a working example... the closest thing i found was a AssemblyBuilder that inherits from Assembly and has a Save Method, but i cant cast from Assembly to AssemblyBuilder... anyone knows how i can solve this?
thanks!


View the full article
 
Back
Top