lundi 18 janvier 2016

How to call dynamic function with out parameter using reflection in c#

I am using reflection to call workflow dynamically. But parameterVal is returning parameter in different sequence. Here is the method.. proxyType.InvokeMember(method.Name, BindingFlags.InvokeMethod | BindingFlags.Instance | BindingFlags.Public, null, dp.ObjectInstance, parameterVal, null, null, parameterName);





Aucun commentaire:

Enregistrer un commentaire