Browsing the .NET Framework source code from Visual Studio

前端 未结 7 1532
情书的邮戳
情书的邮戳 2020-12-05 01:42

I know that I can set up Visual Studio to debug through the .NET framework source code.

But is there a way that I can browse the code while NOT debugging - i.e., bei

7条回答
  •  离开以前
    2020-12-05 02:38

    I am using Visual Studio 2013 Ultimate.

    1. Choose menu: TOOLS \ Extensions and Updates...

    enter image description here

    2. Choose Visual Studio Gallery \ Search Results. Search term: Ref12.

    enter image description here

    3. Download then install.

    enter image description here

    4. Restart Visual Studio.

    5. Try: Click mouse on Class or method, press F12 and see result at http://referencesource.microsoft.com/

提交回复
热议问题