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

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

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

6条回答
  •  时光说笑
    2021-02-07 07:31

    Another option is that the PowerShell Community Extensions installs a GAC provider, so you can do this:

    dir gac:
    

    If you are on PowerShell V2, be sure to grab the 1.2 Beta.

提交回复
热议问题