System.Reflection.ObfuscationAttribute
namespace System.Reflection
{
public sealed class ObfuscationAttribute : Attribute
{
public bool ApplyToMembers { get; set; }
public bool Exclude { get; set; }
public string Feature { get; set; }
public bool StripAfterObfuscation { get; set; }
public ObfuscationAttribute();
}
}