/// <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); }