Ejemplo n.º 1
0
 public CoreRefArray(CoreRefArray src) : this(VixenLibPINVOKE.new_CoreRefArray__SWIG_4(CoreRefArray.getCPtr(src)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
        public int Merge(CoreRefArray src)
        {
            int ret = VixenLibPINVOKE.CoreRefArray_Merge(swigCPtr, CoreRefArray.getCPtr(src));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 3
0
 internal static HandleRef getCPtr(CoreRefArray obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }