ParameterInfo Properties
.NET Framework 1.1
The properties of the ParameterInfo class are listed here. For a complete list of ParameterInfo class members, see the ParameterInfo Members topic.
Public Properties
Attributes Supported by the .NET Compact Framework. | Gets the attributes for this parameter. |
DefaultValue Supported by the .NET Compact Framework. | Gets a value indicating the default value if the parameter has a default value. |
IsIn | Gets a value indicating whether this is an input parameter. |
IsLcid | Gets a value indicating whether this parameter is a locale identifier (lcid). |
IsOptional | Gets a value indicating whether this parameter is optional. |
IsOut | Gets a value indicating whether this is an output parameter. |
IsRetval | Gets a value indicating whether this is a Retval parameter. |
Member Supported by the .NET Compact Framework. | Gets a value indicating the member in which the parameter is implemented. |
Name Supported by the .NET Compact Framework. | Gets the name of the parameter. |
ParameterType Supported by the .NET Compact Framework. | Gets the Type of this parameter. |
Position Supported by the .NET Compact Framework. | Gets the signature position for the parameter. |
