Class DoNotUseClassForFakeCodeAttribute
Add this to an Class, to disallow fake code adding! Or to disallow using the class to create new fake classes basing on it!
Inheritance
System.Object
System.Attribute
DoNotUseClassForFakeCodeAttribute
Namespace: OPS.Obfuscator.Attribute
Assembly: cs.temp.dll.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface)]
public class DoNotUseClassForFakeCodeAttribute : Attribute, _Attribute