开发者

Is ObfuscationAttribute available for Silverlight?

开发者 https://www.devze.com 2023-04-10 18:50 出处:网络
I cannot find it for silverlight, its also not available as version on this page http://msdn.microsoft.com/en-us/library/system.reflection.obfuscationattribute.aspx

I cannot find it for silverlight, its also not available as version on this page http://msdn.microsoft.com/en-us/library/system.reflection.obfuscationattribute.aspx

Just to be sure: is it not supported? Do they plan to 开发者_StackOverflow中文版add it in SL5 maybe?


The attribute is not available in Silverlight. However you could add an ObfuscationAttribute attribute implementation to your project. Some obfuscation tools vendors have ready to use files for this. I believe Eazfuscator.NET does, for example.

0

精彩评论

暂无评论...
验证码 换一张
取 消