当前位置: 代码迷 >> .NET分析设计 >> how to pass property parameter to pointcut with postsharp?解决办法
  详细解决方案

how to pass property parameter to pointcut with postsharp?解决办法

热度:2273   发布时间:2013-02-25 00:00:00.0
how to pass property parameter to pointcut with postsharp?
class Myclass{
int i;
[Permission]
public void myfun(){
...
}
}
how can I pass the varitable i to Permission's Point cut?
Thinks.

------解决方案--------------------------------------------------------
Too difficult! up!
  相关解决方案