How to convert an assemblies BAML to XAML?

旧城冷巷雨未停 提交于 2019-12-12 14:20:23

问题


How do I walk through an assemblies BAML resources and convert them back to XAML?


回答1:


The BamlViewer plugin for Reflector does exactly that, you might want to have a look at the code on CodePlex: http://reflectoraddins.codeplex.com/wikipage?title=BamlViewer




回答2:


Alternative to Reflector is ILSpy, which is free an open source. It can decompile BAML files to XAML.



来源:https://stackoverflow.com/questions/4014054/how-to-convert-an-assemblies-baml-to-xaml

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!