コード例 #1
0
 public void SetRange(int index, EventCollection values)
 {
     EfficioRuntimePINVOKE.EventCollection_SetRange(swigCPtr, index, EventCollection.getCPtr(values));
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: Frame.cs プロジェクト: devangkantharia/Efficio
 public void AddEvents(EventCollection eventsPtr)
 {
     EfficioRuntimePINVOKE.Frame_AddEvents(swigCPtr, EventCollection.getCPtr(eventsPtr));
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public EventCollection(EventCollection other) : this(EfficioRuntimePINVOKE.new_EventCollection__SWIG_1(EventCollection.getCPtr(other)), true)
 {
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }