EDN Admin
Well-known member
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
thanks!
View the full article