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

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -