Mono Class Library: Overview

System.Reflection.ParameterInfo: Property Members

The properties of System.Reflection.ParameterInfo are listed below. For a list of all members, see the ParameterInfo Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
AttributesParameterAttributes. Gets the attributes of the parameter reflected by the current instance.
[read-only]
DefaultValueobject. Documentation for this section has not yet been entered.
[read-only]
IsInbool. Documentation for this section has not yet been entered.
[read-only]
IsLcidbool. Documentation for this section has not yet been entered.
[read-only]
IsOptionalbool. Documentation for this section has not yet been entered.
[read-only]
IsOutbool. Documentation for this section has not yet been entered.
[read-only]
IsRetvalbool. Documentation for this section has not yet been entered.
[read-only]
MemberMemberInfo. Documentation for this section has not yet been entered.
[read-only]
MetadataTokenint. Documentation for this section has not yet been entered.
[read-only]
Namestring. Gets the name of the parameter reflected by the current instance.
[read-only]
ParameterTypeType. Gets the type of the parameter reflected by the current instance.
[read-only]
Positionint. Documentation for this section has not yet been entered.
[read-only]
RawDefaultValueobject. Documentation for this section has not yet been entered.