Ejemplo n.º 1
0
 /// <summary>
 /// Requests the remote process enable the break point.  An event will be raised on the process
 /// when the break point is received.
 /// </summary>
 public void Add()
 {
     _process.BindBreakpoint(this);
 }