Beispiel #1
0
 public virtual void reconfigure(string renderer, NameValuePairList options)
 {
     if (SwigDerivedClassHasMethod("reconfigure", swigMethodTypes15))
     {
         BitesPINVOKE.ApplicationContextBase_reconfigureSwigExplicitApplicationContextBase(swigCPtr, renderer, NameValuePairList.getCPtr(options));
     }
     else
     {
         BitesPINVOKE.ApplicationContextBase_reconfigure(swigCPtr, renderer, NameValuePairList.getCPtr(options));
     }
     if (BitesPINVOKE.SWIGPendingException.Pending)
     {
         throw BitesPINVOKE.SWIGPendingException.Retrieve();
     }
 }