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

后端 未结 5 1818
借酒劲吻你
借酒劲吻你 2021-01-21 09:49

Aloha

Given a plug-in architecture (C# / .NET 3.5) with the plug-ins stored in the GAC, how can I list/load all dll\'s that contain types that implement my specific inte

5条回答
  •  南方客
    南方客 (楼主)
    2021-01-21 10:25

    You should look at the Type Selector Tool in Enterprise Library. It's probably not what you want directly, but it does what you are describing and you might be able to borrow some implementation from it.

提交回复
热议问题