How can I list all registered assemblies in GAC?
问题 How can I list all the assemblies that are in the GAC? Do I need a tool that makes it easy to view them? 回答1: You can use gacutil provided with Visual Studio for that. Simply open the Developer Command Prompt (available in Start Menu>App>Visual Studio) and run the following command: gacutil -l >yourassemblies.txt Gacutil is also available as a separate download if you don't have/want Visual Studio. 回答2: If you need the output in text-form, you can use gacutil /l. If you need to get that list