Questions tagged [methodbase]

17 questions
1
vote
3 answers

MethodBase Object of async function

in my application i have a little action log. In there I save the last few calls of certain methods in my application like this: saveLastAction(MethodBase.GetCurrentMethod(), getCurrentStatus(), item, /*loadFresh*/ false); It allows me to navigate…
lolsharp
  • 391
  • 4
  • 16
1
vote
2 answers

Detect generic parameters of MethodBase

This question is continue of How to distinguish MethodBase in generics In brief: I need to distinguish in Dictionary same generic method when it is called for different generic types substitution. static Dictionary cache = new…
Dewfy
  • 23,277
  • 13
  • 73
  • 121
1
2