protected override unsafe int OnMDANotification(
     CorDebugController pController,
     CorDebugThread pThread,
     CorDebugMDA pMDA)
 {
     MDANotification?.Invoke(this, pController, pThread, pMDA);
     return(Continue());
 }
Esempio n. 2
0
 protected abstract int OnMDANotification(
     CorDebugController pController,
     CorDebugThread pThread,
     CorDebugMDA pMDA);