예제 #1
0
파일: Debugger.cs 프로젝트: pashav15/pashav
 public IDebuggerProperty GetProperty(PropertyInfo prop) => dispatcher.UI(() => FirstAppDomain?.GetProperty(prop));
예제 #2
0
파일: Debugger.cs 프로젝트: pashav15/pashav
 public IDebuggerProperty GetProperty(string modName, string className, string propertyName) => dispatcher.UI(() => FirstAppDomain?.GetProperty(modName, className, propertyName));