示例#1
0
        public Root getRoot()
        {
            global::System.IntPtr cPtr = BitesPINVOKE.ApplicationContextBase_getRoot(swigCPtr);
            Root ret = (cPtr == global::System.IntPtr.Zero) ? null : new Root(cPtr, false);

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