The ParameterInfo class reflects a parameter. Instances of this class are used to obtain information about the type of a parameter, the default value, etc.
Object
ParameterInfo
[Visual Basic] Public Class ParameterInfo Implements ICustomAttributeProvider [C#] public class ParameterInfo : ICustomAttributeProvider [C++] public __gc class ParameterInfo : public ICustomAttributeProvider [JScript] public class ParameterInfo implements ICustomAttributeProvider
MethodBase.GetParameters() returns an array of ParameterInfo objects representing the parameters of a method, in order.
Namespace: System.Reflection
Assembly: mscorlib.dll