Yes, you can. There are two possible approaches, both of which utilise add-ins to .NET Reflector. The first, assuming that you've lost the source code, is to decompile back to source, edit the source code you need to change, and then recompile. If this
Read More