Пример #1
0
 public ObjRef(ObjRef src) : this(VixenLibPINVOKE.new_ObjRef__SWIG_2(ObjRef.getCPtr(src)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
        public bool Equal(ObjRef arg0)
        {
            bool ret = VixenLibPINVOKE.ObjRef_Equal__SWIG_0(swigCPtr, ObjRef.getCPtr(arg0));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #3
0
        public ObjRef Assign(ObjRef arg0)
        {
            ObjRef ret = new ObjRef(VixenLibPINVOKE.ObjRef_Assign__SWIG_0(swigCPtr, ObjRef.getCPtr(arg0)), false);

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #4
0
        public virtual long Find(ObjRef arg0)
        {
            long ret = VixenLibPINVOKE.CoreObjArray_Find(swigCPtr, ObjRef.getCPtr(arg0));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #5
0
        public bool SetAt(long index, ObjRef arg1)
        {
            bool ret = VixenLibPINVOKE.CoreObjArray_SetAt(swigCPtr, index, ObjRef.getCPtr(arg1));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #6
0
        public new int Append(ObjRef e)
        {
            int ret = VixenLibPINVOKE.CoreRefArray_Append(swigCPtr, ObjRef.getCPtr(e));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #7
0
        public new bool SetAt(int i, ObjRef e)
        {
            bool ret = VixenLibPINVOKE.CoreRefArray_SetAt(swigCPtr, i, ObjRef.getCPtr(e));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #8
0
        public new bool SetAt(long index, ObjRef p)
        {
            bool ret = VixenLibPINVOKE.SharedObjArray_SetAt(swigCPtr, index, ObjRef.getCPtr(p));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #9
0
 public CoreRefArray(int size, int esize, ObjRef data) : this(VixenLibPINVOKE.new_CoreRefArray__SWIG_0(size, esize, ObjRef.getCPtr(data)), true)
 {
 }
Пример #10
0
 public SharedObjArray(long size, ObjRef data) : this(VixenLibPINVOKE.new_SharedObjArray__SWIG_0(size, ObjRef.getCPtr(data)), true)
 {
 }