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

static private getCPtr ( SBMLValidator obj ) : HandleRef
obj SBMLValidator
리턴 System.Runtime.InteropServices.HandleRef
예제 #1
0
 SBMLValidator(SBMLValidator orig) : this(libsbmlPINVOKE.new_SBMLValidator__SWIG_1(SBMLValidator.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
     SwigDirectorConnect();
 }
예제 #2
0
 private global::System.IntPtr SwigDirectorclone()
 {
     return(SBMLValidator.getCPtr(clone()).Handle);
 }
예제 #3
0
 private IntPtr SwigDirectorclone()
 {
     return(SBMLValidator.getCPtr(clone()).Handle);
 }