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

static private getCPtr ( SBMLFunctionDefinitionConverter obj ) : HandleRef
obj SBMLFunctionDefinitionConverter
리턴 System.Runtime.InteropServices.HandleRef
예제 #1
0
 SBMLFunctionDefinitionConverter(SBMLFunctionDefinitionConverter obj) : this(libsbmlPINVOKE.new_SBMLFunctionDefinitionConverter__SWIG_1(SBMLFunctionDefinitionConverter.getCPtr(obj)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }