dotPeek 2020.1 Help

IL Viewer window

Windows | IL Viewer

This window displays the current document as Microsoft intermediate language (MSIL). Window content can be synchronized with the code viewer. Most of the navigation actions available in the code viewer are also available in the IL Viewer.

IL Viewer window

In the IL Viewer window, you can learn descriptions of IL instructions in tooltips when hovering the mouse over an instruction. The descriptions are taken from MSDN and from the ECMA-335 standard (Partition III: CIL Instruction Set).

Details of IL instruction in a tooltip

Toolbar Controls

ControlNameDescription
ThemedIcon StatusAll Screen Gray pngAll Tests Show all tests in the current test session.
ThemedIcon Success Screen Gray pngPassed Tests Only show successful tests and hide all other tests.
ThemedIcon StatusFailedPassive Screen Gray pngFailed Tests Only show failed tests and hide all other tests.
ThemedIcon Ignore Screen Gray pngIgnored Tests Only show ignored tests and hide all other tests. A test is ignored if it has the corresponding attribute, or if the whole category where it belongs is ignored.
ThemedIcon SyncCaretToView Screen Gray pngTrack Caret in Editor When this button is pressed, items in the window are highlighted according to the position of the caret in the code viewer.
ThemedIcon SyncViewToCaret Screen Gray pngAutomatically Scroll to Source When this button is pressed, the code viewer opens the file and scrolls it according to the items selected in the window.
Last modified: 08 May 2020