Exemple #1
0
        public bool parseText(SWIGTYPE_p_std__listT_std__string_t configLines, bool continueOnErrors, SWIGTYPE_p_bool parseOk, SWIGTYPE_p_bool processOk, string errorBuffer, uint errorBufferLen, SWIGTYPE_p_std__listT_std__string_t sectionsToParse, ArPriority.Priority highestPriority, ArPriority.Priority lowestPriority, SWIGTYPE_p_ArConfigArg__RestartLevel restartLevelNeeded)
        {
            bool ret = AriaCSPINVOKE.ArConfig_parseText__SWIG_0(swigCPtr, SWIGTYPE_p_std__listT_std__string_t.getCPtr(configLines), continueOnErrors, SWIGTYPE_p_bool.getCPtr(parseOk), SWIGTYPE_p_bool.getCPtr(processOk), errorBuffer, errorBufferLen, SWIGTYPE_p_std__listT_std__string_t.getCPtr(sectionsToParse), (int)highestPriority, (int)lowestPriority, SWIGTYPE_p_ArConfigArg__RestartLevel.getCPtr(restartLevelNeeded));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArConfigArg__RestartLevel obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #3
0
        public bool parseFile(string fileName, bool continueOnError, bool noFileNotFoundMessage, string errorBuffer, uint errorBufferLen, SWIGTYPE_p_std__listT_std__string_t sectionsToParse, ArPriority.Priority highestPriority, ArPriority.Priority lowestPriority, SWIGTYPE_p_ArConfigArg__RestartLevel restartLevelNeeded)
        {
            bool ret = AriaCSPINVOKE.ArConfig_parseFile__SWIG_0(swigCPtr, fileName, continueOnError, noFileNotFoundMessage, errorBuffer, errorBufferLen, SWIGTYPE_p_std__listT_std__string_t.getCPtr(sectionsToParse), (int)highestPriority, (int)lowestPriority, SWIGTYPE_p_ArConfigArg__RestartLevel.getCPtr(restartLevelNeeded));

            return(ret);
        }