ASP.NET Hosting

Decompile to files and browse assemblies in VS

Sweet...Sweet...Sweet :) [ScottW's Weblog]
Jamie Cansdale has created an Add-In for hosting .NET Reflector inside Visual Studio. Read the companion article here. Recent updates can be found here. [Lutz Roeder's Weblog] [Fabrice: also check Jamie's Weblog out]

I just finished a fun little side project: creating an add-in for Reflector that generates code files.Note that this is a VS .NET 2003 solution (so it's 1.1-based) and I'm targeting the 3.2.5.0 version of Reflector. Basically, once you get the add-in up and running into Reflector, you can select a module or a type in the main tree view window, and press Ctrl + G (or go to "Tools | Generate File(s)..." - whatever you prefer). You'll be asked to provide a directory where all the files will go. Once you pick a directory and press "Generate Files", the add-in will create a file for every type in the module (or just the type that you selected). Enjoy! [Jason Bock's Weblog]

Update: Andy Hopper also has as an add-in similar to Jason's.

No Comments