getCPtr() 정적인 개인적인 메소드

static private getCPtr ( EventAssignment obj ) : HandleRef
obj EventAssignment
리턴 System.Runtime.InteropServices.HandleRef
예제 #1
0
 EventAssignment(EventAssignment orig) : this(libsbmlPINVOKE.new_EventAssignment__SWIG_2(EventAssignment.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
        int addEventAssignment(EventAssignment ea)
        {
            int ret = libsbmlPINVOKE.Event_addEventAssignment(swigCPtr, EventAssignment.getCPtr(ea));

            return(ret);
        }