ObfuscationAttribute 是否可用于 Silverlight?

发布于 2024-12-08 15:40:49 字数 277 浏览 1 评论 0原文

我找不到它的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小猫一只 2024-12-15 15:40:49

该属性在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文