C:\Windows\system32>gacutil -l | find "MyAssembly"
This will return all assemblies that has MyAssembly in name.
Also here is link on gacutil command line options
C:\Windows\system32>gacutil -l | find "MyAssembly"
$dllPath = "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\...
No comments:
Post a Comment