Example #1
0
 /** Detach the debugger from the process/appdomain. */
 public void Detach()
 {
     m_controller.Detach();
 }
 int ICorDebugAppDomain.Detach()
 {
     return(ICorDebugController.Detach());
 }