Esempio n. 1
0
 public void InvokeMethod(string name)
 {
     using (var obj = new global::IL.EmptyObjs())
     {
         InvokeMethod(name, obj.objs);
     }
 }
Esempio n. 2
0
 public object InvokeMethodReturn(string name)
 {
     using (var obj = new global::IL.EmptyObjs())
     {
         return(InvokeMethodReturn(name, obj.objs));
     }
 }
Esempio n. 3
0
 public static object InvokeMethod(this MethodInfo methodInfo, object instance)
 {
     using (var obj = new global::IL.EmptyObjs())
     {
         return(InvokeMethod(methodInfo, instance, obj.objs));
     }
 }