Using bookmarks
Published 10 July 2013
You can bookmark any item within an assembly. This is done by saving a custom URI for the item, which you can click to display the item in .NET Reflector.
To view existing bookmarks:
- On the View menu, click Bookmarks; or on the toolbar, click .
The Bookmarks pane is displayed. - Double-click the bookmark to see the disasssembled code.
To add (toggle on) a bookmark:
- On the View menu, click Bookmarks.
The Bookmarks pane is displayed. The list is empty if no bookmarks have previously been added (toggled on). - Highlight the element in the assembly, right-click and choose Toggle Bookmark.
The URI for the new bookmark is shown in the Bookmarks pane.
To remove a bookmark (toggle off), you can select the element in the list that has the bookmark associated with it, right-click and choose Toggle Bookmark. This removes the associated bookmark. You can also remove a bookmark by selecting the bookmark, right-clicking and selecting Remove Bookmark.
To copy an existing bookmark:
You can copy a bookmark directly from the Bookmarks pane. You can then paste the bookmark somewhere for future reference, or share with other developers; for example, by pasting the link into an e-mail. You can only share the URI with other developers who have .NET Reflector installed and have access to the associated DLL or EXE file.