.NET Reflector 9

Help for older versions available.

These pages cover .NET Reflector 9, which is not the latest version. Help for other versions is also available.

.NET Reflector Pro 6.0 release notes

February 9th, 2010

The new .NET Reflector Pro is an add-in to Visual Studio that lets you debug third-party code and assemblies. It decompiles the assembly to either C# or VB code, and lets you step through it in Visual Studio 2008, just as you would do with your own code. This is all controlled from a Visual Studio add-in, so you don't need to leave your coding environment.

  • Full support for .NET 1.0, 1.1, 2.0, 3.0, 3.5 and 4.0
  • Decompile an entire assembly to either C# or VB to view and debug in Visual Studio          
  • Step-through debugging of any assembly in Visual Studio (as long as it's not obfuscated):
    • Step into and set breakpoints anywhere in any assembly
    • Watch variables in the decompiled code
    • Use Visual Studio's advanced debugging features in decompiled code: Set Next Statement, modify variable values, and dynamic expression evaluation in the immediate window

Didn't find what you were looking for?