0

Possible Duplicate:
List all DLL's implementing a specific interface from the GAC

Is there a way to programmatically retrieve the Fully Qualified Names of all the .DLL's registered in the GAC? Basically, I would like to emulate the functionality of Visual Studio when you right click on References and then go to "Add a Reference"....How it populates the ListBox with all the Assemblies.

Community
  • 1
  • 1
Icemanind
  • 47,519
  • 50
  • 171
  • 296
  • @dash -- This question is about finding DLLs that implement an interface. It has no code example of loading DLLs from the GAC. – Icemanind Sep 20 '12 at 22:36
  • 1
    From the accepted answer - "Here's a .NET wrapper around fusion.dll that allows you to enumerate all the assemblies in the GAC." which points to http://www.codeproject.com/Articles/8285/GAC-API-Interface - hopefully that's what you want. – dash Sep 20 '12 at 23:10

0 Answers0