ObfuscationAttribute 是否可用于 Silverlight?
我找不到它的 silverlight,它也不能作为此页面上的版本 http://msdn.microsoft.com/en-us/library/system.reflection.obfuscationattribute.aspx
只是为了确定:它不受支持吗?他们是否计划将其添加到 SL5 中?
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 add it in SL5 maybe?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该属性在 Silverlight 中不可用。但是,您可以将 ObfuscationAttribute 属性实现添加到您的项目中。一些混淆工具供应商已准备好使用文件来实现此目的。例如,我相信 Eazfuscator.NET 就是这么做的。
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.