[Mono-list] params and reflection

Andreas Färber andreas.faerber at web.de
Sun Aug 13 20:49:45 EDT 2006


> How do I correctly invoke a method with a params (vararg) argument?

Sorry, posted too early ... I got it working now with  
MethodInfo.Invoke, with a fixed-length object[] and without any  
BindingFlags. (Still doesn't work with Type.InvokeMember though.)

Andreas


More information about the Mono-list mailing list