Exemplo n.º 1
0
        public virtual ModuleMetadataEnumerator getEnumerator(uint offset, uint chunkSize)
        {
            global::System.IntPtr    cPtr = xpcf_collectionPINVOKE.ModuleMetadataEnumerable_getEnumerator__SWIG_1(swigCPtr, offset, chunkSize);
            ModuleMetadataEnumerator ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ModuleMetadataEnumerator(cPtr, true);

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