Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ServiceLocationからコンテナインスタンスを取り戻すことは可能ですか?タイプのインスタンスを解決する機能のみが表示され、登録することはできません。
できません。CommonServiceLocatorは、登録ではなく、解決のみを抽象化します。その理由の1つは、特定のコンテナごとに登録が大きく異なることです。
Krzysztofがコメントしたように、サービスロケーターはできるだけ避けてください。いくつかの特別な場合には何かを解決する必要があるかもしれませんが、決して登録しないでください。