Exemplo n.º 1
0
        public static string toString(ArConfigArg.Type t)
        {
            string ret = AriaCSPINVOKE.ArConfigArg_toString__SWIG_0((int)t);

            return(ret);
        }
Exemplo n.º 2
0
 public ArConfigArg(ArConfigArg.Type type) : this(AriaCSPINVOKE.new_ArConfigArg__SWIG_37((int)type), true)
 {
 }
Exemplo n.º 3
0
 public ArConfigArg.Type getType()
 {
     ArConfigArg.Type ret = (ArConfigArg.Type)AriaCSPINVOKE.ArConfigArg_getType(swigCPtr);
     return(ret);
 }
Exemplo n.º 4
0
 public ArConfigArg(ArConfigArg.Type type, string name, string description) : this(AriaCSPINVOKE.new_ArConfigArg__SWIG_36((int)type, name, description), true)
 {
 }
Exemplo n.º 5
0
 public ArConfigArg(string str, ArConfigArg.Type type) : this(AriaCSPINVOKE.new_ArConfigArg__SWIG_33(str, (int)type), true)
 {
 }
Exemplo n.º 6
0
 public static ArConfigArg.Type parseResourceType(ArArgumentBuilder arg)
 {
     ArConfigArg.Type ret = (ArConfigArg.Type)AriaCSPINVOKE.ArConfigArg_parseResourceType__SWIG_1(ArArgumentBuilder.getCPtr(arg));
     return(ret);
 }
Exemplo n.º 7
0
 public static ArConfigArg.Type parseResourceType(ArArgumentBuilder arg, string logPrefix)
 {
     ArConfigArg.Type ret = (ArConfigArg.Type)AriaCSPINVOKE.ArConfigArg_parseResourceType__SWIG_0(ArArgumentBuilder.getCPtr(arg), logPrefix);
     return(ret);
 }
Exemplo n.º 8
0
 public static ArConfigArg.Type typeFromString(string text)
 {
     ArConfigArg.Type ret = (ArConfigArg.Type)AriaCSPINVOKE.ArConfigArg_typeFromString(text);
     return(ret);
 }