Say that I'm making a plugin that will check each other assembly currently in use for a method. How exactly would I go about doing this? I've tried a bit with the whole System.Reflection.MethodInfo
but I do not believe this is what I'm looking for. I'm fully aware that this may not even be possible, so let me know if so! Thanks.
EDIT: Okay, so specifically I need to get the parameter being passed to the method when it's called