Is it possible to Add/Remove/Change an embedded resource in .NET DLL?

Viewed 17292

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:

I would like to do this manually, but eventually automatically through a script in the post-build event.

3 Answers
Related