.NET Reflector VSPro 产品特点

Debug into any code, in Visual Studio.
Debug 3rd Party Code
See how code works.
Decompile .NET Code
.NET Reflector integrates fully with Visual Studio 2012.
VS 2012 Integration
Quickly explore and understand decompiled code.
Navigate & Analyze
Debug into any code, in Visual Studio.

Debug into any code, in Visual Studio.

.NET Reflector lets you follow bugs through your own code, 3rd party components, and any compiled .NET code you work with. You can see 3rd party code in Visual Studio, and debug into it just like your own. Go to the definition of compiled code (F12), set breakpoints (F9), and step into it (F11). You can see how data flows through a library or component, and watch locals change as you debug, find dependencies, and track down the exact location of bugs and performance issues.

See how code works.

See how code works.

Having the source code available means you’re no longer blocked by poor or missing documentation. So you can see how code runs, avoid bugs and develop more easily with 3rd party technologies. .NET Reflector supports the latest .NET languages, and decompiles high level C# features such as async, Iterator blocks, Lambda expressions, and LINQ queries.

.NET Reflector integrates fully with Visual Studio 2012.

.NET Reflector integrates fully with Visual Studio 2012.

.NET Reflector works with Visual Studio 2012 (and VS 2010), letting you decompile and debug 3rd party code without leaving the IDE. Decompilation in Visual Studio is dynamic, so source code is always available for your libraries, and you can go straight to the definition of any code, either from the context menu, or by hitting F12.

Quickly explore and understand decompiled code.

Quickly explore and understand decompiled code.

.NET Reflector makes it easy to browse through and search decompiled code. The analysis features let you quickly jump to entry points, find dependencies, and see where methods are used. You can see where interfaces are implemented and trace the data flow of your code. You can search for types, members, strings, and quickly drill into how APIs and frameworks are implemented.