PostSharp无法使用OnMethodInvocationAspect

时间:2016-02-10 06:26:54

标签: c# postsharp

我正在使用Post sharp 运行时版本 - v2.0.50727 版本 - 4.2.20.0 ,我无法使用OnMethodInvocationAspect。我在这里做错了什么?

  

Csharp Runtime Version - v4.0.30319

http://www.postsharp.net/blog/post/async

1 个答案:

答案 0 :(得分:2)

PostSharp中不再提供OnMethodInvocationAspect。您可以改为使用OnMethodBoundaryAspectMethodInterceptionAspect

以下是可用的方面类列表:http://doc.postsharp.net/simple-aspects

以下是MethodIntercetionAspecthttp://doc.postsharp.net/example-guithread

的示例