Class DoNotRenameAttribute
Add this to an Class, Field, Method, whatever and its name will not get renamed (obfuscated)!
Inheritance
System.Object
System.Attribute
DoNotRenameAttribute
Namespace: OPS.Obfuscator.Attribute
Assembly: cs.temp.dll.dll
Syntax
[AttributeUsage(AttributeTargets.All)]
public class DoNotRenameAttribute : Attribute, _Attribute