System.Reflection.ObfuscateAssemblyAttribute.StripAfterObfuscation Property

Gets or sets a bool value indicating whether the obfuscation tool should remove the attribute after processing.

Syntax

public bool StripAfterObfuscation { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Attributes should not be stripped if your library will be included as part of another application, and obfuscated as part of that application.

Specifying that obfuscation tools should strip the System.Reflection.ObfuscateAssemblyAttribute does not affect instances of System.Reflection.ObfuscationAttribute that have been applied to types and members within the assembly.

Note:

Applying this attribute does not automatically obfuscate the assembly. 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