예제 #1
0
파일: Debugger.cs 프로젝트: pashav15/pashav
 public IDebuggerMethod GetMethod(MethodBase method) => dispatcher.UI(() => FirstAppDomain?.GetMethod(method));
예제 #2
0
파일: Debugger.cs 프로젝트: pashav15/pashav
 public IDebuggerMethod GetMethod(string modName, string className, string methodName) => dispatcher.UI(() => FirstAppDomain?.GetMethod(modName, className, methodName));