gpt4 book ai didi

c# - 微软统一 : Interception not working when using BuildUp instead of Resolve

转载 作者:太空狗 更新时间:2023-10-30 01:27:05 26 4
gpt4 key购买 nike

我使用的是 Microsoft Unity 2.0,拦截扩展没有按预期工作。

考虑这两行代码:

MyUnityContainer.Configure<Interception>().SetDefaultInterceptorFor<MyType>(new VirtualMethodInterceptor());
var someObject = MyUnityContainer.BuildUp<MyType>(anObject);

这两行并没有为您提供您期望的 someObject 动态代理!如何让拦截在这种情况下起作用?

最佳答案

This page说明您不能使用 BuildUp 来使用虚拟拦截,因为它只能在创建对象时应用(因为目标对象的子类是动态生成的):

Interception only happens on virtual methods. You must set up interception at object creation time and cannot intercept an existing object.

关于c# - 微软统一 : Interception not working when using BuildUp instead of Resolve,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3574514/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com