Is it possible to get the injectionMembers for a registration in Unity container?
I want to get the registration that use a specific "InjectionConstructor(typeof(MyClass)".
InjectionConstructor(typeof(MyClass)
How to do this?
You can't. The InjectionMembers place or modify policies in Unity's IPolicyList. That's all that is left after the registration.
InjectionMembers
IPolicyList
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
9 months ago
viewed
43 times
active