Postsharp - 调用汇编?

发布于 2024-07-21 07:36:22 字数 159 浏览 4 评论 0原文

使用 Postsharp OnMethodBoundaryAspect 时,是否有某种方法可以获取发起对给定方法的调用的调用程序集? GetCallingAssembly 仅返回被调用方法所在的程序集。

注意 - 我在使用 postsharp 论坛时遇到问题,否则我会将其发布到那里。

When using a Postsharp OnMethodBoundaryAspect, is there some way to get the calling assembly that initiated the call to a given method? GetCallingAssembly just returns the assembly that the method being called is in.

Note - I am having trouble with the postsharp forums, otherwise I would have posted it there.

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

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

发布评论

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

评论(1

稚然 2024-07-28 07:36:22

不; 不可能。

唯一的方法是使用 System.Diagnostics.StackTrace 遍历堆栈。

No; there is no way.

The only way is to walk the stack using System.Diagnostics.StackTrace.

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