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();
2.1m questions
2.1m answers
60 comments
57.0k users