Converts the specified parameter information to an System.Windows.Forms.Design.AxParameterData object, according to the specified value indicating whether to ignore by reference parameters.
- infos
- An array of System.Reflection.ParameterInfo objects to convert.
- ignoreByRefs
- A value indicating whether to ignore parameters passed by reference.
An array of System.Windows.Forms.Design.AxParameterData objects representing the specified array of System.Reflection.ParameterInfo objects.