Ejemplo n.º 1
0
 public virtual void createRoot()
 {
     if (SwigDerivedClassHasMethod("createRoot", swigMethodTypes9))
     {
         BitesPINVOKE.ApplicationContextBase_createRootSwigExplicitApplicationContextBase(swigCPtr);
     }
     else
     {
         BitesPINVOKE.ApplicationContextBase_createRoot(swigCPtr);
     }
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }