• Hello
Search Results for

    Show / Hide Table of Contents

    Class ObfuscateAnywayAttribute

    Add this to class members to obfuscate them anyway with a new name '_ObfuscateTo', although the settings did not allow to. For example if you do not want to obfuscate all public methods beside some specific.

    Inheritance
    System.Object
    System.Attribute
    ObfuscateAnywayAttribute
    Namespace: OPS.Obfuscator.Attribute
    Assembly: cs.temp.dll.dll
    Syntax
    [AttributeUsage(AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event)]
    public class ObfuscateAnywayAttribute : Attribute, _Attribute

    Constructors

    ObfuscateAnywayAttribute(String)

    Declaration
    public ObfuscateAnywayAttribute(string _ObfuscateTo)
    Parameters
    Type Name Description
    System.String _ObfuscateTo
    In This Article
    Back to top GuardingPearSoftware documentation