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