I have a class implementing an interface. Is there a way to tell if that class has been instantiated (via AppDomain
maybe) and then get a reference to the object via the known interface?
I suppose this is related to dependency injection. Rather than having a library with registered objects, I'm looking for an alternative.