Exemple #1
0
        public static metric_feature_type parse_metric_feature_type(string name)
        {
            metric_feature_type ret = (metric_feature_type)c_csharp_runPINVOKE.parse_metric_feature_type(name);

            if (c_csharp_runPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_runPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
        public static metric_feature_type to_feature(event_type type)
        {
            metric_feature_type ret = (metric_feature_type)c_csharp_run_metricsPINVOKE.to_feature__SWIG_2((int)type);

            return(ret);
        }
Exemple #3
0
        public static string to_string(metric_feature_type value)
        {
            string ret = c_csharp_runPINVOKE.to_string__SWIG_11((int)value);

            return(ret);
        }