Click or drag to resize
ParameterInfo Methods

The ParameterInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCustomAttributes(Boolean)
Gets all the custom attributes defined on this parameter.
Public methodGetCustomAttributes(Type, Boolean)
Gets the custom attributes of the specified type or its derived types that are applied to this parameter.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the parameter type and name represented as a string.
(Overrides ObjectToString.)
Top
See Also