.NET Reflector VSPro(英語版)

  1. 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 ...

  2. 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 ...

  3. .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 ...

  4. 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 ...