Can I get the current method's MethodInfo somehow?
|
|
|
|
|
|
|
Found it myself after some screwing around with the reflection namespace... System.Reflection.MethodBase.GetCurrentMethod() |
||||||
|
|
|
Try the System.Reflection.MethodBase.GetCurrentMethod static method. |
||
|
|
