4

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

Simon
  • 33,714
  • 21
  • 133
  • 202

2 Answers2

2

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

iheartcsharp
  • 1,279
  • 1
  • 14
  • 22
2

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

Thomas Levesque
  • 286,951
  • 70
  • 623
  • 758