You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pleasantly surprised by your quick response.
Your project is really great, It's much easier than normal reflection method .I just want to invoke some existing library like PHP did. In PHP I can use PHP: call_user_func(["obj","method"],[$arg1,$arg2...]). I found this project is quite match my requirement. But some methods would have "ref" or "out" parameters. I don't know how to deal with it.
Ok, I understand. Probably that can be implemented but only when using delegates, ie. when calling a real .NET function. I will add it as an "enhancement" for the future.
For now you can pass a complex object and modify a property on this object. For example writing an expression like: yourComplexObject.YourProperty = xyz
could you make it support?
The text was updated successfully, but these errors were encountered: