Example #1
0
 public MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR(MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR other) : this(KeilMapLibPINVOKE.new_MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR__SWIG_1(MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR.getCPtr(other)), true)
 {
     if (KeilMapLibPINVOKE.SWIGPendingException.Pending)
     {
         throw KeilMapLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public MEMORY_MAP_IMAGE_LOAD_REGION_VECTOREnumerator(MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Example #3
0
 public void SetRange(int index, MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR values)
 {
     KeilMapLibPINVOKE.MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR_SetRange(swigCPtr, index, MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR.getCPtr(values));
     if (KeilMapLibPINVOKE.SWIGPendingException.Pending)
     {
         throw KeilMapLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #4
0
    public static MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR Repeat(MEMORY_MAP_IMAGE_LOAD_REGION_FIELD value, int count)
    {
        global::System.IntPtr cPtr = KeilMapLibPINVOKE.MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR_Repeat(MEMORY_MAP_IMAGE_LOAD_REGION_FIELD.getCPtr(value), count);
        MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR ret = (cPtr == global::System.IntPtr.Zero) ? null : new MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR(cPtr, true);

        if (KeilMapLibPINVOKE.SWIGPendingException.Pending)
        {
            throw KeilMapLibPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Example #5
0
    public MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR GetRange(int index, int count)
    {
        global::System.IntPtr cPtr = KeilMapLibPINVOKE.MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR_GetRange(swigCPtr, index, count);
        MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR ret = (cPtr == global::System.IntPtr.Zero) ? null : new MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR(cPtr, true);

        if (KeilMapLibPINVOKE.SWIGPendingException.Pending)
        {
            throw KeilMapLibPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Example #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MEMORY_MAP_IMAGE_LOAD_REGION_VECTOR obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }