OPS.Obfuscator.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>OPS.Obfuscator</name>
  5. </assembly>
  6. <members>
  7. <member name="T:OPS.Obfuscator.Attribute.ObfuscateAnyway">
  8. <summary>
  9. Add this to class members to obfuscate them anyway with a new name '_ObfuscateTo', although the settings did not allow to.
  10. For example if you want to obfuscate all public methods beside some specific.
  11. </summary>
  12. </member>
  13. <member name="T:OPS.Obfuscator.Attribute.NotObfuscatedCauseAttribute">
  14. <summary>
  15. Do not use! Gets attached to not obfuscated members in developments builds.
  16. </summary>
  17. </member>
  18. <member name="T:OPS.Obfuscator.Attribute.DoNotMakeClassUnDecompileAbleAttribute">
  19. <summary>
  20. Add this to an Class, to disallow making it unreadable by dissassembler!
  21. </summary>
  22. </member>
  23. <member name="T:OPS.Obfuscator.Attribute.DoNotObfuscateClassAttribute">
  24. <summary>
  25. Add this to an Class, and the whole class with content will not get obfuscated! But still its Method Body.
  26. To not obfuscate Method Body too, add an additional Attribute: DoNotObfuscateMethodBodyAttribute.
  27. </summary>
  28. </member>
  29. <member name="T:OPS.Obfuscator.Attribute.DoNotObfuscateMethodBodyAttribute">
  30. <summary>
  31. Add this to an Class to skip obfuscation of all Method Bodies, or to an specific Method to skip its Method Body.
  32. </summary>
  33. </member>
  34. <member name="T:OPS.Obfuscator.Attribute.DoNotRenameAttribute">
  35. <summary>
  36. Add this to an Class, Field, Method, whatever and it will not get renamed!
  37. </summary>
  38. </member>
  39. <member name="T:OPS.Obfuscator.Attribute.DoNotUseClassForFakeCodeAttribute">
  40. <summary>
  41. Add this to an Class, to disallow fake code adding! Or to disallow using the class to create new fake classes basing on it!
  42. </summary>
  43. </member>
  44. </members>
  45. </doc>