.Net Reactor will respect the the decorations or compiler directives you
set regarding obfuscation. For example
[ObfuscationAttribute(Exclude=true, Feature="default",
StripAfterObfuscation=false)]
inserted before a method will exclude that method from obfuscation.
The .Net Reactor manual is not the best but it is also not really to be
used as an instruction manual on MSBuild compiler directives either.
Do a Google search on "ObfuscationAttribute".
Regards,
Geln Harvy.