コード例 #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));