Is there a way in C# to get the Assembly of the calling method? (Not the current method.)
i.e. I want the executing assembly, one above in the call stack.
Try this
Assembly.GetCallingAssembly();
1.4m articles
1.4m replys
5 comments
57.0k users