示例#1
0
 public ArConfigSection(ArConfigSection section) : this(AriaCSPINVOKE.new_ArConfigSection__SWIG_5(ArConfigSection.getCPtr(section)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
        public ArConfigSection findSection(string sectionName)
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArConfig_findSection(swigCPtr, sectionName);
            ArConfigSection       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ArConfigSection(cPtr, false);

            return(ret);
        }
示例#3
0
 public virtual void copyAndDetach(ArConfigSection section)
 {
     AriaCSPINVOKE.ArConfigSection_copyAndDetach(swigCPtr, ArConfigSection.getCPtr(section));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#4
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArConfigSection obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }