System.Reflection.ObfuscationAttribute.ApplyToMembers Property

Gets or sets a bool value indicating whether the attribute of a type is to apply to the members of the type.

Syntax

public bool ApplyToMembers { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The value of this property is ignored when the attribute is applied to a member.

Note:

Applying this attribute does not automatically obfuscate the code entity to which you apply it. Applying the attribute is an alternative to creating a configuration file for the obfuscation tool. That is, it merely provides instructions for an obfuscation tool. Microsoft recommends that vendors of obfuscation tools follow the semantics described here. However, there is no guarantee that a particular tool follows Microsoft recommendations.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0