ParameterInfo Class |
Namespace: System.Reflection
[SerializableAttribute] public class ParameterInfo : _ParameterInfo, ICustomAttributeProvider, IObjectReference
The ParameterInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetCustomAttributes(Boolean) | Gets all the custom attributes defined on this parameter. |
![]() | GetCustomAttributes(Type, Boolean) | Gets the custom attributes of the specified type or its derived types that are applied to this parameter. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Gets the parameter type and name represented as a string. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | AttrsImpl | The attributes of the parameter. |
![]() | ClassImpl | The Type of the parameter. |
![]() | DefaultValueImpl | The default value of the parameter. |
![]() | MemberImpl | The member in which the field is implemented. |
![]() | NameImpl | The name of the parameter. |
![]() | PositionImpl | The zero-based position of the parameter in the parameter list. |
Name | Description | |
---|---|---|
![]() | Name | Gets the name of the parameter. |
![]() | ParameterType | Gets the Type of this parameter. |
![]() | Position | Gets the zero-based position of the parameter in the formal parameter list. |