Mono Class Library: Overview

System.Reflection.ParameterInfo: Members

The members of System.Reflection.ParameterInfo are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Constructs a new instance of the System.Reflection.ParameterInfo class.

Protected Fields

AttrsImplParameterAttributes. Documentation for this section has not yet been entered.
ClassImplType. Documentation for this section has not yet been entered.
DefaultValueImplobject. Documentation for this section has not yet been entered.
MemberImplMemberInfo. Documentation for this section has not yet been entered.
NameImplstring. Documentation for this section has not yet been entered.
PositionImplint. Documentation for this section has not yet been entered.

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.

Public Methods

GetCustomAttributes(bool) : object[]
Documentation for this section has not yet been entered.
GetCustomAttributes(Type, bool) : object[]
Documentation for this section has not yet been entered.
GetOptionalCustomModifiers() : Type[]
Documentation for this section has not yet been entered.
GetRequiredCustomModifiers() : Type[]
Documentation for this section has not yet been entered.
IsDefined(Type, bool) : bool
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._ParameterInfo.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._ParameterInfo.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._ParameterInfo.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._ParameterInfo.InvokeDocumentation for this section has not yet been entered.