ReSharper 2017.2 Help

Assembly Explorer window

ReSharper | Windows | Assembly Explorer

Assembly Explorer allows opening multiple assemblies and keeping a list of open assemblies and folders. You can traverse and explore all open assemblies. Expanding an assembly node lists namespaces within the assembly, which can be further expanded to types and type members, as well as assembly references. You can double-click any type to decompile it or fetch source from a symbol server (depending on your settings).
In addition, the Assembly Explorer contains nodes representing base types and inheritors of the current type.

ReSharper's Assembly Explorer window

To filter items in the Assembly Explorer, use the search box on top. Note that you can use CamelHumps here.

ControlNameDescription
ThemedIcon AssemblyAdd Screen Gray Open Opens an assembly from project file, library file, or a ZIP archive. For more information, see Opening and Closing Assemblies.
ThemedIcon AddFolder Screen Gray Explore Folder Allows choosing a folder to be explored recursively and loading all assemblies found in this folder. For more information, see Finding Assemblies in Folders.

Since ReSharper processes the selected folder recursively, make sure not to add a folder that may contain too many assemblies (e.g. Program Files). It might take long to load all assemblies in ReSharper.

ThemedIcon AssemblyExplorerOpenFromGac Screen Gray Open from GAC Allows opening one or more assemblies from Global Assembly Cache (GAC). For more information, see Opening Assemblies from Global Assembly Cache.
ThemedIcon AddProcess Screen Gray Open from Running Process Opens the Process Explorer window to explore assemblies of the currently running processes.
ThemedIcon WorkspaceLoad Screen Gray Open Assembly List Opens a list of assemblies saved with the Save Assembly List command. For more information, see Opening assembly list
ThemedIcon WorkspaceSave Screen Gray Save Assembly List Saves the list of assemblies currently opened in Assembly Explorer. For more information, see Saving current assembly list

An assembly list is saved as links to local resources and therefore might not be opened correctly on other computers.

ThemedIcon WorkspaceClear Screen Gray Clear Assembly Explorer Removes all assemblies from the Assembly Explorer.
ThemedIcon ProjectGeneration Screen Gray Export to Project Exports the selected assembly to a Visual Studio project. For more information, see Exporting Assembly to Project.
ThemedIcon SourcesFromSymbolFiles Screen Gray Generate PDB Generates symbol files (PDB and source files) for the selected assembly. For more information, see Generating PDB Files.
Last modified: 14 December 2017

See Also