示例#1
0
 internal void Remove(DbgEngineBoundCodeBreakpointImpl[] breakpoints) => Dispatcher.BeginInvoke(() => runtime.Remove_DbgThread(breakpoints));
示例#2
0
 internal void Remove(DbgEngineMessageFlags messageFlags) => Dispatcher.BeginInvoke(() => runtime.Remove_DbgThread(this, messageFlags));