WPF/Silverlight: How to disassemble a XAML from a DLL file?
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.
- Add plugin via View -> AddIns -> Select BamlViewer.dll
- Restart Reflector 6.0 (not sure if this was required)
- Open XAML pane with Tools -> BAML Viewer
精彩评论