dotPeek 2018.2 Help

Opening Assemblies from Global Assembly Cache

File | Open from GAC
Ctrl+Shift+O

dotPeek can open assemblies from Global Assembly Cache (GAC).

To open assemblies from Global Assembly Cache

  1. Do one of the following:
    • In the main menu, choose File | Open from GAC.

    • Click Open from GAC ThemedIcon AssemblyExplorerOpenFromGac Screen Gray on the toolbar of the Assembly Explorer window.

    • Press Ctrl+Shift+O.

  2. In the Open from GAC dialog that appears, select the desired assemblies. You can batch-select assembly items and filter out assemblies by typing parts of assembly names in the Search field.

The selected assemblies showing their names and versions are added to the Assembly Explorer window. You can explore them by expanding assembly nodes and their child nodes. Double-click on code symbols to decompile and view the corresponding code. For more information, see Working with Code.

Last modified: 21 December 2018

See Also