开发者

WPF/Silverlight: How to disassemble a XAML from a DLL file?

开发者 https://www.devze.com 2023-02-19 03:47 出处:网络
I tried .NET reflector with no luck. 开发者_StackOverflow中文版Is that the primary way?Check out BAML Viewer plug-in for .NET Reflector.

I tried .NET reflector with no luck. 开发者_StackOverflow中文版Is that the primary way?


Check out BAML Viewer plug-in for .NET Reflector.

The plug-in.

How to use it.


with .Net reflector you can do it... open dll with reflector and navigate to resources of that dll. all the .xamls are there.


I had problems finding the XAML view in Reflector 6.0.

  1. Add plugin via View -> AddIns -> Select BamlViewer.dll
  2. Restart Reflector 6.0 (not sure if this was required)
  3. Open XAML pane with Tools -> BAML Viewer
0

精彩评论

暂无评论...
验证码 换一张
取 消