Is it possible to add/remove/change an embedded resource in a .NET DLL after it has been compiled? If so, how is this done, and are there any gotchas?
Edit:<
Yes, this is possible, by doing a roundtrip with ILDASM
and ILASM
, replacing the embedded files inbetween.
Gotchas: