コード例 #1
0
        public virtual NativeWindowPair createWindow(string name)
        {
            NativeWindowPair ret = new NativeWindowPair((SwigDerivedClassHasMethod("createWindow", swigMethodTypes23) ? BitesPINVOKE.ApplicationContextBase_createWindowSwigExplicitApplicationContextBase__SWIG_3(swigCPtr, name) : BitesPINVOKE.ApplicationContextBase_createWindow__SWIG_3(swigCPtr, name)), true);

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