예제 #1
0
 public virtual void AddPendingEvent(DebugEvent e)
 {
     DecodaPINVOKE.IEvtHandler_AddPendingEvent(swigCPtr, DebugEvent.getCPtr(e));
     if (DecodaPINVOKE.SWIGPendingException.Pending)
     {
         throw DecodaPINVOKE.SWIGPendingException.Retrieve();
     }
 }