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

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

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

Usage Example

예제 #1
0
 XMLTriple(XMLTriple orig) : this(libsbmlPINVOKE.new_XMLTriple__SWIG_4(XMLTriple.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of libsbmlcs.XMLTriple::getCPtr