Study code
Assemblies can be decompiled and presented as C# code, IL code, or original source code can be fetched from local or remote location using PDB files and symbol servers. For more information, see Presentation options for compiled code.
Decompiled or source code is shown in the Code viewer tabs, which have the look-and-feel of editor tabs in Visual Studio with configurable options for line numbers, word wrap, outlining, white space marks, and more.
Various aspects of working with code are described in the following sections:
- Presentation options for compiled code
- Code viewer tabs
- View compiler-generated code
- View metadata tokens
- View Intermediate Language (IL)
- View High-Level and Low-Level C# Code
- Code outlining
- Syntax highlighting
- Parameter Information
- Quick Documentation
- Copy code reference to clipboard
- Structural navigation with Tab and Shift+Tab
- Extend/shrink selection
- Select containing declarations
- Highlighting of matching code elements
- Highlight current line
- Inspect This
- Explore type hierarchy
- Explore type dependency diagram
- Access decompiled files
Last modified: 01 August 2022