Ejemplo n.º 1
0
        public UUIDEnumerable getInterfaces()
        {
            UUIDEnumerable ret = new UUIDEnumerable(xpcf_apiPINVOKE.ComponentMetadata_getInterfaces(swigCPtr), false);

            if (xpcf_apiPINVOKE.SWIGPendingException.Pending)
            {
                throw xpcf_apiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
        public virtual UUIDEnumerable getInterfaces()
        {
            UUIDEnumerable ret = new UUIDEnumerable(xpcf_apiPINVOKE.IComponentIntrospect_getInterfaces(swigCPtr), false);

            if (xpcf_apiPINVOKE.SWIGPendingException.Pending)
            {
                throw xpcf_apiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }