libsbml.SBMLErrorLog.getCPtr C# (CSharp) Method

getCPtr() static private method

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

Usage Example

Beispiel #1
0
 SBMLErrorLog(SBMLErrorLog other) : this(libsbmlPINVOKE.new_SBMLErrorLog__SWIG_1(SBMLErrorLog.getCPtr(other)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }