예제 #1
0
파일: Debugger.cs 프로젝트: pashav15/pashav
 public IDebuggerType GetType(string modName, string className, params IDebuggerType[] genericArguments) => dispatcher.UI(() => FirstAppDomain?.GetType(modName, className, genericArguments));
예제 #2
0
파일: Debugger.cs 프로젝트: pashav15/pashav
 public IDebuggerType GetType(Type type) => dispatcher.UI(() => FirstAppDomain?.GetType(type));
예제 #3
0
파일: Debugger.cs 프로젝트: pashav15/pashav
 public IDebuggerType GetType(string modName, string className) => dispatcher.UI(() => FirstAppDomain?.GetType(modName, className));