Beispiel #1
0
        public static IMethodAnalyser FromMethod(MethodInfo method)
        {
#if CF || SILVERLIGHT
            return(CecilMethodAnalyser.FromMethod(method));
#else
            return(ReflectionMethodAnalyser.FromMethod(method));
#endif
        }
Beispiel #2
0
        public static IMethodAnalyser FromMethod(MethodInfo method)
        {
#if CF || SILVERLIGHT
            return(CecilMethodAnalyser.FromMethod(method));
#else
            //return ReflectionMethodAnalyser.FromMethod(method);
#endif
            //remove NativeMethod Query after 8.1.9,
            //use simple Linq to Query database
            return(null);
        }