コード例 #1
0
        public virtual bool oneTimeConfig()
        {
            bool ret = (SwigDerivedClassHasMethod("oneTimeConfig", swigMethodTypes10) ? BitesPINVOKE.ApplicationContextBase_oneTimeConfigSwigExplicitApplicationContextBase(swigCPtr) : BitesPINVOKE.ApplicationContextBase_oneTimeConfig(swigCPtr));

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