Assembly version from command line?

后端 未结 9 1502
慢半拍i
慢半拍i 2020-12-12 21:35

Is there a Microsoft tool to get the assembly version of a DLL file from a command line?

(I know that I can code my own tool.)

9条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 22:10

    Do you use GACUTIL?

    You can get the assembly version from this command below.

    C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil.exe /L ""
    

提交回复
热议问题