Use PowerShell to view contents of the Global Assembly Cache (GAC)

前端 未结 6 664
臣服心动
臣服心动 2021-02-07 07:04

Is there a way to use PowerShell to view the contents of the GAC?

6条回答
  •  不要未来只要你来
    2021-02-07 07:42

    As stated in the docs:

    Starting with the .NET Framework 4, the default location for the global assembly cache is %windir%\Microsoft.NET\assembly. In earlier versions of the .NET Framework, the default location is %windir%\assembly.

    You may want to search in the appropriate subdir or even in both of them.

提交回复
热议问题