示例#1
0
 public StorageLimitModes(StorageLimitModes other) : this(msclPINVOKE.new_StorageLimitModes__SWIG_1(StorageLimitModes.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public StorageLimitModesEnumerator(StorageLimitModes collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
示例#3
0
 public void SetRange(int index, StorageLimitModes values)
 {
     msclPINVOKE.StorageLimitModes_SetRange(swigCPtr, index, StorageLimitModes.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#4
0
        public virtual StorageLimitModes storageLimitModes()
        {
            StorageLimitModes ret = new StorageLimitModes(msclPINVOKE.NodeFeatures_storageLimitModes(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#5
0
        public static StorageLimitModes Repeat(WirelessTypes.StorageLimitMode value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.StorageLimitModes_Repeat((int)value, count);
            StorageLimitModes     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new StorageLimitModes(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#6
0
        public StorageLimitModes GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.StorageLimitModes_GetRange(swigCPtr, index, count);
            StorageLimitModes     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new StorageLimitModes(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(StorageLimitModes obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }