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.
我将如何通过我的容器全局拦截所有实例的创建/解析?我知道我可以在每个组件的基础上使用 OnCreated 单独执行此操作,但我想对容器解析的所有对象全局执行此操作。
谢谢。
尝试订阅IKernel.ComponentCreated事件。
IKernel.ComponentCreated