10 private bool m_strip =
true;
12 private bool m_exclude =
true;
14 private bool m_applyToMembers =
true;
16 private string m_feature =
"all";
55 return m_applyToMembers;
59 m_applyToMembers = value;
Represents the base class for custom attributes.
bool StripAfterObfuscation
Gets or sets a T:System.Boolean value indicating whether the obfuscation tool should remove this attr...
Instructs obfuscation tools to take the specified actions for an assembly, type, or member.
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
bool ApplyToMembers
Gets or sets a T:System.Boolean value indicating whether the attribute of a type is to apply to the m...
string Feature
Gets or sets a string value that is recognized by the obfuscation tool, and which specifies processin...
bool Exclude
Gets or sets a T:System.Boolean value indicating whether the obfuscation tool should exclude the type...