.NET Reflector 6

Using bookmarks

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:

  1. On the View menu, click Bookmarks; or on the toolbar, click .
    The Bookmarks pane is displayed.
  2. Double-click the bookmark to see the disasssembled code.

To add (toggle on) a bookmark:

  1. On the View menu, click Bookmarks.
    The Bookmarks pane is displayed. The list is empty if no bookmarks have previously been added (toggled on).
  2. 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.


Didn't find what you were looking for?