|
Decompile, browse, and analyze any .NET assembly to C#, VB.NET, or IL.
Use the standalone application to explore and navigate decompiled code.
Get results as you type and find what you're looking for easily.
|
• Use
the Visual Studio debugger
Use your regular debugging techniques on any decompiled assemblies as if
they were your own, using the Visual Studio debugger.
• Debug
third-party assemblies
Generate .pdb files for decompiled assemblies and save them so you only
need to enable debugging once for each assembly.
Assemblies decompile seamlessly in Visual Studio so source code is always
available for your libraries.
Use F12 to ¡°Go To Definition¡±, F9 to ¡°Set Breakpoints¡±, and F11 to ¡°Step
Into¡± any decompiled code.
.NET Reflector supports C#7, .NET 4.7.2, and .NET Core and Standard.
.NET Reflector VSPro adds the Reflector Object Browser into Visual
Studio. Use the tree view to navigate through code.
|