libsbmlcs.SBMLReactionConverter.getCPtr C# (CSharp) 메소드

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

static private getCPtr ( SBMLReactionConverter obj ) : HandleRef
obj SBMLReactionConverter
리턴 System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(SBMLReactionConverter obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

예제 #1
0
 SBMLReactionConverter(SBMLReactionConverter obj) : this(libsbmlPINVOKE.new_SBMLReactionConverter__SWIG_1(SBMLReactionConverter.getCPtr(obj)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }