How to get the ParameterInfo of a function with variable number of params?
See the question and my original answer on StackOverflow'params' is just C# syntactic sugar. In fact, at metadata .NET level, there is only one parameter named "sendData" with a specific "ParamArray" attribute set.