Esempio n. 1
0
 public IDebuggerProperty GetProperty(PropertyInfo prop) => dispatcher.UI(() => FirstAppDomain?.GetProperty(prop));
Esempio n. 2
0
 public IDebuggerProperty GetProperty(string modName, string className, string propertyName) => dispatcher.UI(() => FirstAppDomain?.GetProperty(modName, className, propertyName));