public virtual InterfaceMetadataEnumerator getEnumerator(uint offset, uint chunkSize)
        {
            global::System.IntPtr       cPtr = xpcf_collectionPINVOKE.InterfaceMetadataEnumerable_getEnumerator__SWIG_1(swigCPtr, offset, chunkSize);
            InterfaceMetadataEnumerator ret  = (cPtr == global::System.IntPtr.Zero) ? null : new InterfaceMetadataEnumerator(cPtr, true);

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