Hi Trent,
The only way to get the concrete type of a service implementation is
to call GetType() on the service instance once it comes out of the
container. Other than that, there's no way to determine what the
implementing type will be since all the object instantiation calls are
done with IFactory instances, and there's no way to tell what those
factories might create.
Regards,
Philip Laureano