ObfuscationAttribute Properties
.NET Framework 4.5
The ObfuscationAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
ApplyToMembers | Gets or sets a Boolean value indicating whether the attribute of a type is to apply to the members of the type. |
|
Exclude | Gets or sets a Boolean value indicating whether the obfuscation tool should exclude the type or member from obfuscation. |
|
Feature | Gets or sets a string value that is recognized by the obfuscation tool, and which specifies processing options. |
|
StripAfterObfuscation | Gets or sets a Boolean value indicating whether the obfuscation tool should remove this attribute after processing. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |