About 84,500 results
Open links in new tab
  1. .NET Reflector Visual Studio Extension

    Feb 16, 2010 · Install .NET Reflector VSPro into Visual Studio and open your project, then go to the .NET Reflector menu item and click on Choose Assemblies to Debug. Select the assemblies you want to debug, and .NET Reflector VSPro will immediately decompile those assemblies for …

  2. .net - Which program in Visual Studio lets me look into DLLs to …

    Sep 25, 2008 · In Visual Studio 2022 (and without creating or opening a solution) you can view a DLL's members. Open the Object Browser Tool Window (from the View option in the Main Menu). In that window it'll probably show a list of .NET components, but near the top there's a browse button (three dots).

  3. Configuring .NET Reflector - .NET Reflector 6 - Product …

    Jul 10, 2013 · This enables you to open .NET Reflector directly from Visual Studio. With this add-in you can right-click on an assembly within Visual Studio and select Open in .NET Reflector . If you have installed .NET Reflector Pro, see Installing the Visual Studio add-in for further details.

  4. Using .NET Reflector To Understand And Debug Visual Studio

    In the .NET Reflector Object Browser, select the Microsoft.VisualStudio.Windows.Forms.dll assembly and right-click the "Enable Debugging" context menu. Click the "Done" button when the decompilation is complete.

  5. How to add new reference dll by using .NET Reflector

    To enable debugging on a reference dll when using the Visual Studio add-in, open your solution, then go to the .NET Reflector Object Browser (you can open it by going to .NET Reflector>.NET Reflector object browser), right-click on the dll you want to …

  6. Use tools windows to view code structure - Visual Studio (Windows)

    Mar 9, 2023 · Object Browser. The Object Browser window displays descriptions of the code in your projects. You can filter the components you want to view by using the drop-down list at the top of the window. Custom components can include managed code executables, library assemblies, type libraries, and .ocx files. It is not possible to add C++ custom ...

  7. visual studio - replacing vs object browser with reflector?

    Jan 20, 2010 · A Reflector Pro (paid for version of Reflector) is coming soon, which gets installed into Visual Studio, so it may have the ability to decompile source code using Reflector instead of using the object browser. If not, ask for it as a new feature on their forum :)

  8. .NET Decompiler: Decompile Any .NET Code | .NET Reflector

    See how APIs, libraries, frameworks, and 3rd party .NET code really work with the leading .NET decompiler - .NET Reflector. Runs as a Visual Studio add-in.

  9. Exporting source code - .NET Reflector 8 - Product …

    Dec 19, 2014 · Open the .NET Reflector desktop application. On the Tools menu, under Options, then under Disassembler, make sure that language and optimization are set as needed. Load your assembly into the Reflector object browser. Right …

  10. Red Gate .NET Reflector - DarJeely - 博客园

    Aug 14, 2019 · .NET Reflector VSPro adds the Reflector Object Browser into Visual Studio. Use the tree view to navigate through code. NET Reflector has a comprehensive add-in model, with an API that lets you extend the tool to suit your exact needs.

Refresh