Class DoNotObfuscateClassAttribute
Add this to a Class, so the whole class with all its content will not get obfuscated! But still its Method Bodys (String Obfuscation, Random Code generation ...) To not obfuscate Method Bodys too, add an additional Attribute: DoNotObfuscateMethodBodyAttribute to the classes or the specific methods.
Inheritance
System.Object
System.Attribute
DoNotObfuscateClassAttribute
Namespace: OPS.Obfuscator.Attribute
Assembly: cs.temp.dll.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface)]
public class DoNotObfuscateClassAttribute : Attribute, _Attribute