示例#1
0
        public virtual NativeWindowPair createWindow(string name, uint w)
        {
            NativeWindowPair ret = new NativeWindowPair((SwigDerivedClassHasMethod("createWindow", swigMethodTypes22) ? BitesPINVOKE.ApplicationContextBase_createWindowSwigExplicitApplicationContextBase__SWIG_2(swigCPtr, name, w) : BitesPINVOKE.ApplicationContextBase_createWindow__SWIG_2(swigCPtr, name, w)), true);

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