c# - Getting all the object implementing an interface inside an application -


i need objects in application implement given interface. how can achieve this?

thank you

to clarify i'm looking instances not types.


to clarify again, guess ill need evil threads associated appdomain , walk stacks.

again- boss's idea... thought of doing using ioc or aop....

this cannot done.

to find object, need reference it. if not have reference it, want "find" it, not possible.


Comments

Popular posts from this blog

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

SAP Web Service from .NET via WCF -