[Reserved] Visual Studio (VS) F12 View DLL source code

https://www.cnblogs.com/zhaoqingqing/p/6751757.html

 

esharper official website: https://www.jetbrains.com/resharper/

1, installed Visual Studio , and Resharper (by default, select the Install Dot PEEK )

2, open VS, in the menu bar, select  Resharper  -  Options  to open the Options window

3, in the list on the left, select  External Sources , check  Navigation to Sources  -  Decompile Methods  , click  Save

image

4, when the first press F12, pop-up user protocol, can accept.

Attached

If this dll does not exist locally, the first time you press F12, will be downloaded from a remote network.

 

Whenever you press F12, you can jump to view the dll specific code to achieve it. At the head of each class, you can find such a comment:

// Decompiled with JetBrains decompiler
// Type: TableML.TableFile
// Assembly: TableML, Version=0.7.6285.31046, Culture=neutral, PublicKeyToken=null
// MVID: E539F3DE-C53C-4567-99E9-7697E4765856
// Assembly location: D:\Git\xxx\TableML\TableML.dll

 

Guess you like

Origin www.cnblogs.com/sui84/p/11443031.html