English 中文(简体)
堡垒 能够拦截价值类型吗?
原标题:Castle Dynamic Proxy is it possible to intercept value types?

我有问题,无法找到答案,如果能够用古堡动态代理拦截C#中的价值类型,则会有任何ip? 我愿拦截有色人听闻的界面。 在发言者正在改变模式时,我需要更新看法。 仅用于制造接口的标语中插上“精度”并不是好的想法。

感谢所有答复

最佳回答

不可能。 即使这样做不会奏效,因为原始类型是不可改变的。

问题回答

暂无回答




相关问题
Castle MonoRail ARDataBind trying to bind to non-existent row

I have a shopping cart application running on MonoRail and using Castle ActiveRecord/NHibernate, and there is a ShoppingCart table and a ShoppingCartItems table, which are mapped to entities. Here ...

architectural question asp.net mvc, nhibernate, castle

I have implemented a service which uses a DAOFactory and a NHibernate Helper for the sessions and transactions. The following code is very much simplified: public interface IService { IList<...

Objects validating itself using Castle Validators

I have a Task object which has a property of Employee. Im trying to find the best possible way setting a validation to only allow the certain employees to access the task object. If the current ...

Where is the castle dynamicproxy repo?

I can t seem to find the repo for castle dynamic proxy? I found the code on http://sourceforge.net/projects/castleproject/ I need to fix it so it works in medium trust. It seems the caste.core ...

castle IOC - resolving circular references

quick question for my MVP implementation: currently I have the code below, in which both the presenter and view are resolved via the container. Then the presenter calls View.Init to pass himself to ...

Castle ActiveRecord: one-to-one

While playing around with one-to-one associations in castle activerecord I stumbled upon the following problem: I m trying to model a one-to-one relationship (user-userprofile in this case). I ...

热门标签