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.

 [(. | (. | (. | 
 (. | (. | (. | (. | 
 (. | (. | 
 (. | .))))))))), =, =)]
 
   ObfuscationAttribute :  
{ 
    
    ObfuscationAttribute(); 
    
     ApplyToMembers { ; ; } 
     Exclude { ; ; } 
     Feature { ; ; } 
     Strip { ; ; } 
    
     m_applyToMembers; 
     m_exclude; 
     m_feature; 
     m_strip; 
}