Prevent Decompilation

Currently, tools like Reflector(TM) can be used to see the body of any method which does not help even if you use the above features. Using our Obfuscator, the methods are modified slightly so that they cause Reflector(TM) to fail but the assembly still works as it should.

In following screen-shot, you see that the code of method body cannot be seen where-as it was possible before.