ParameterDescriptor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information that describes a parameter.
public abstract class ParameterDescriptor : System.Reflection.ICustomAttributeProvider
type ParameterDescriptor = class
interface ICustomAttributeProvider
Public MustInherit Class ParameterDescriptor
Implements ICustomAttributeProvider
- Inheritance
-
ParameterDescriptor
- Derived
- Implements
Constructors
ParameterDescriptor() |
Initializes a new instance of the ParameterDescriptor class. |
Properties
ActionDescriptor |
Gets the action descriptor. |
BindingInfo |
Gets the binding information. |
DefaultValue |
Gets the default value of the parameter. |
ParameterName |
Gets the name of the parameter. |
ParameterType |
Gets the type of the parameter. |
Methods
GetCustomAttributes(Boolean) |
Returns an array of custom attributes that are defined for this member, excluding named attributes. |
GetCustomAttributes(Type, Boolean) |
Returns an array of custom attributes that are defined for this member, identified by type. |
IsDefined(Type, Boolean) |
Indicates whether one or more instances of a custom attribute type are defined for this member. |