Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Postsharp OnMethodBoundaryAspect 时,是否有某种方法可以获取启动对给定方法的调用的调用程序集?GetCallingAssembly 只返回被调用方法所在的程序集。
注意 - 我在 postsharp 论坛上遇到问题,否则我会在那里发布。
不; 不可能。
唯一的方法是使用 System.Diagnostics.StackTrace 遍历堆栈。