dotPeek 2018.3 Help

Viewing Metadata Tokens

.NET assemblies store symbol references as metadata tokens. If necessary, dotPeek can display the tokens for each decompiled symbol, it provides the Show token values option that applies globally to all opened decompiled documents in the Code Viewer and to types and members in the Assembly Explorer window. By default, this option is turned off.

When this option is enabled, the metadata token values are shown next to types and members in the Assembly Explorer and as comments in the Code Viewer and in the IL Viewer window:

Metadata token values displayed by dotPeek

To show or hide metadata token values

  • Click Turn Metadata Token Values On/Off ThemedIcon ShowIDs Screen Gray on the toolbar.

  • Tick the Show token values checkbox on the Decompiler page of dotPeek options.

Last modified: 18 December 2018

See Also