Provides COM objects with version-independent access to the System.Reflection.MethodBase.GetParameters method.
An array of type System.Reflection.ParameterInfo containing information that matches the signature of the method (or constructor) reflected by this instance.
This method is for access to managed classes from unmanaged code and should not be called from managed code.
The System.Reflection.MethodBase.GetParameters method gets the parameters of the specified method or constructor.