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
Post a Comment