ParameterInfo Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ParameterInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
Attributes | Gets the attributes for this parameter. |
|
CustomAttributes | Gets a collection that contains this parameter's custom attributes. |
|
DefaultValue | Gets the default value, if the parameter has a default value. |
|
HasDefaultValue | Gets a value that indicates whether this parameter has a default value. |
|
IsIn | Gets a value indicating whether this is an input parameter. |
|
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 | Gets the member in which the parameter is defined. |
|
MetadataToken | Gets a value that identifies this parameter in metadata. |
|
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. |
Show: