ReSharper 2017.1 Help

Exploring Assemblies from Current Processes

ReSharper | Windows | Process Explorer
ReSharper_ShowProcessExplorer

Using the ReSharper's Process Explorer window, you can explore current processes and the loaded assemblies. The processes are displayed with the corresponding assemblies and can be sorted and grouped. If necessary, you can show or hide native processes.

Having all the loaded assemblies in view, you can easily find the ones you want to decompile and explore.

/help/img/dotnet/2017.1/dotPeek_Process_Explorer.png

To open loaded assemblies

  1. Do one of the following:
    • Choose ReSharper | Windows | Process Explorer in the main menu.
    • On the toolbar of the Assembly Explorer window, click Open from Running Process /help/img/dotnet/2017.1/ThemedIcon.AddProcess.Screen.[Gray].png.
  2. In the Process Explorer window, do one of the following:
    • Expand the process you want to explore and select the desired assemblies.
    • Click Find Process by Window /help/img/dotnet/2017.1/ThemedIcon.FindWindow.Screen.[Gray].png and then hover the mose over a window, whose process you want to explore:
      /help/img/dotnet/2017.1/find_process_by_window.png
      In the tooltip, you could see the PID and the CLR version. and the process is highlighted in the Process Explorer window.
  3. When the desired assemblies are selected, click Add Assembly to Assembly Explorer /help/img/dotnet/2017.1/ThemedIcon.AddedParameter.Screen.[Gray].png. The assemblies appear in the Assembly Explorer window and can be decompiled.

If you need to debug some of.NET processes, but there is no PDB for it, you can generate missing PDB right from the Process Explorer. To do so, right-click on any.NET process and choose Generate non-existent PDB to Visual Studio cache. Generation will start immediately to the symbol cache directory specified in Visual Studio options (Tools | Options | Debugging | Symbols). If no cache directory is specified, this context command is not available.

Last modified: 12 October 2017

See Also