WPF/Silverlight:如何从 DLL 文件反汇编 XAML?
我尝试了.NET Reflector,但没有成功。这是主要方式吗?
I tried .NET reflector with no luck. Is that the primary way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我尝试了.NET Reflector,但没有成功。这是主要方式吗?
I tried .NET reflector with no luck. Is that the primary way?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
查看 .NET Reflector 的 BAML Viewer 插件。
插件。
如何使用它。
Check out BAML Viewer plug-in for .NET Reflector.
The plug-in.
How to use it.
使用.Net Reflector你可以做到...
使用反射器打开 dll 并导航到该 dll 的资源。
所有 .xaml 都在那里。
with .Net reflector you can do it...
open dll with reflector and navigate to resources of that dll.
all the .xamls are there.
我在 Reflector 6.0 中查找 XAML 视图时遇到问题。
I had problems finding the XAML view in Reflector 6.0.