Reputation: 8211
I have a MethodInfo
from a method out of a class library.
Is it possible to determine the path where the assembly
is located with just that info?
void foo(MethodInfo methodInfo)
{
// Get the path of the DLL here
...
Upvotes: 1
Views: 1478