Esempio n. 1
0
 public IDebuggerMethod GetMethod(MethodBase method) => dispatcher.UI(() => FirstAppDomain?.GetMethod(method));
Esempio n. 2
0
 public IDebuggerMethod GetMethod(string modName, string className, string methodName) => dispatcher.UI(() => FirstAppDomain?.GetMethod(modName, className, methodName));