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.
是否可以使用动态代理拦截构造函数调用? 我在一个只包含构造函数的类上注册了一个代理作为测试,但它没有被拦截。 我猜目前不可能,但也许我需要做一些特别的事情?
不,这是不可能的。原因很简单,代理的创建是由它管理的,ProxyGenerator它排除了使用new代理。
ProxyGenerator
new