Class DoNotObfuscateMethodBodyAttribute
Add this to an Class to skip obfuscation of all Method Bodys, or to an specific Method to skip its Method Body. String Obfuscation, Random Code generation, ... are part of the Method Body obfuscation.
Inheritance
System.Object
System.Attribute
DoNotObfuscateMethodBodyAttribute
Namespace: OPS.Obfuscator.Attribute
Assembly: cs.temp.dll.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
public class DoNotObfuscateMethodBodyAttribute : Attribute, _Attribute