如何使用 PostSharp 创建切入点来拦截类中的所有方法?

发布于 2024-08-07 16:40:24 字数 48 浏览 4 评论 0原文

我尝试过使用 AttributeTargetTypes,但它不起作用。我缺少什么?

I've tried using AttributeTargetTypes, but it just won't work. What am I missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愛放△進行李 2024-08-14 16:40:24

将切面应用于类的所有方法的最简单方法是使用切面自定义属性来注释该类。当自定义属性应用于程序集级别时,AttributeTargetTypes 也应该起作用,至少如果该类型是当前程序集的一部分的话。

The easiest way to apply an aspect to all methods of a class is to annotate this class with the aspect custom attribute. AttributeTargetTypes, when the custom attribute is applied on assembly-level, should work also, at least if the type is a part of the current assembly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文