Browsing the .NET Framework source code from Visual Studio

前端 未结 7 1533
情书的邮戳
情书的邮戳 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:26

    I've never tried this but supposedly the code is publicly available:

    [Edit]

    http://referencesource.microsoft.com/

提交回复
热议问题