Esempio n. 1
0
        public static metric_base_type parse_metric_base_type(string name)
        {
            metric_base_type ret = (metric_base_type)c_csharp_runPINVOKE.parse_metric_base_type(name);

            if (c_csharp_runPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_runPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 2
0
        public static string to_string(metric_base_type value)
        {
            string ret = c_csharp_runPINVOKE.to_string__SWIG_7((int)value);

            return(ret);
        }