XAML 到 C# 转换工具
有 XAML 到 C# 的转换工具吗? 我有一个在 XAML 中定义的控件模板,但我想使用 C# 创建此模板及其样式,因此我可以混淆代码版本(因为我无法混淆 XAML/BAML)。
Is there a XAML to C# conversion tool?
I have a control template defined in XAML, but I want to create this template and it's styles using C#, so I can obfuscate the code version (since I can't obfuscate the XAML/BAML).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,没有任何工具可以将 XAML 转换为 C#,并且仍然生成 WPF(或 WF,具体取决于您所讨论的 XAML)。
也就是说,您想要混淆 XAML,并且有一些工具可以做到这一点。 我听说过一个名为 {smartassemble} .NET Obfuscator 3.0 - http://www.smart assembly.com/
There is no tool that I am aware of that converts XAML to C# in such a way it still produces WPF (or WF depending on which XAML you talking about).
That said you want obfuscate the XAML, and there are tools that do that. One I heard of is called {smartassembly} .NET Obfuscator 3.0 - http://www.smartassembly.com/