The properties of the ParameterInfo class are listed below. For a complete list of ParameterInfo class members, see the ParameterInfo Members topic.
Attributes | Retrieves the attributes for this parameter. |
DefaultValue | Retrieves the default value of the parameter. |
IsIn | Retrieves whether this is an input parameter. |
IsLcid | Retrieves whether this is an Lcid parameter.
Retrieves whether the culture identifier is set for the current ParameterInfo. |
IsOptional | Retrieves whether this parameter is optional. |
IsOut | Retrieves whether this is an output parameter. |
IsRetval | Retrieves whether this is a Retval parameter. |
Member | [To be supplied]. |
Name | Retrieves the name of the parameter. |
ParameterType | Retrieves the Type of this parameter. |
Position | Retrieves the signature position for the parameter. |