Welcome to MSDN Blogs Sign in | Join | Help

This is my old blog

It's all about causality

News

  • Yosi Taguri

    Nedstat Basic - Free web site statistics Personal homepage website counter
    Listed on BlogShares

Did you see ObfuscationAttribute ?

Did you see what was added to .NET framework, I couldn't find any reference on how to make it work.

[AttributeUsage(AttributeTargets.Delegate | (AttributeTargets.Parameter | (AttributeTargets.Interface | 
(AttributeTargets.Event | (AttributeTargets.Field | (AttributeTargets.Property | (AttributeTargets.Method | 
(AttributeTargets.Enum | (AttributeTargets.Struct | 
(AttributeTargets.Class | AttributeTargets.Assembly))))))))), AllowMultiple=true, Inherited=false)]
public sealed class ObfuscationAttribute : Attribute 
{ 
   // Methods 
   public ObfuscationAttribute(); 
   // Properties 
   public bool ApplyToMembers { get; set; } 
   public bool Exclude { get; set; } 
   public string Feature { get; set; } 
   public bool Strip { get; set; } 
   // Fields 
   private bool m_applyToMembers; 
   private bool m_exclude; 
   private string m_feature; 
   private bool m_strip; 
}

Posted: Thursday, January 13, 2005 5:04 AM by yosit
Filed under:

Comments

Daniel Moth said:

ObfuscationAttribute
# January 17, 2005 1:13 PM
New Comments to this post are disabled
Page view tracker