ParameterInfo Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ParameterInfo type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Attributes Gets the attributes for this parameter.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 DefaultValue Gets the default value, if the parameter has a default value.
Public property IsIn Gets a value indicating whether this is an input parameter.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsOptional Gets a value indicating whether this parameter is optional.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsOut Gets a value indicating whether this is an output parameter.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Member Gets the member in which the parameter is defined.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 MetadataToken Gets a value that identifies this parameter in metadata.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Name Gets the name of the parameter.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ParameterType Gets the type of this parameter.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Position Gets the zero-based position of the parameter in the formal parameter list.
Public property RawDefaultValue Gets a value indicating the default value if the parameter has a default value.

Top