Hi, I have an interface ISomeService and two concrete implementations SSA and SSB. Depending on a configuration container.Resolve<ISomeService>() will return SSA or SSB. Is it possible to get the type which will be resolved without resolving and creating an instance. For example something like this: var theServiceType = container.TheServiceResolvedWillBeOfType<ISomeService>()
Best regards mynkow -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/castle-project-users/-/7o7HyxfDInQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
