Mono Class Library: OverviewSystem.Reflection.ParameterInfo: Members |
The members of System.Reflection.ParameterInfo are listed below.
See Also: Inherited members from System.Object
Constructs a new instance of the System.Reflection.ParameterInfo class.
AttrsImpl ParameterAttributes. Documentation for this section has not yet been entered. ClassImpl Type. Documentation for this section has not yet been entered. DefaultValueImpl object. Documentation for this section has not yet been entered. MemberImpl MemberInfo. Documentation for this section has not yet been entered. NameImpl string. Documentation for this section has not yet been entered. PositionImpl int. Documentation for this section has not yet been entered.
[read-only] Attributes ParameterAttributes. Gets the attributes of the parameter reflected by the current instance. [read-only] DefaultValue object. Documentation for this section has not yet been entered. [read-only] IsIn bool. Documentation for this section has not yet been entered. [read-only] IsLcid bool. Documentation for this section has not yet been entered. [read-only] IsOptional bool. Documentation for this section has not yet been entered. [read-only] IsOut bool. Documentation for this section has not yet been entered. [read-only] IsRetval bool. Documentation for this section has not yet been entered. [read-only] Member MemberInfo. Documentation for this section has not yet been entered. [read-only] MetadataToken int. Documentation for this section has not yet been entered. [read-only] Name string. Gets the name of the parameter reflected by the current instance. [read-only] ParameterType Type. Gets the type of the parameter reflected by the current instance. [read-only] Position int. Documentation for this section has not yet been entered. [read-only] RawDefaultValue object. Documentation for this section has not yet been entered.
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. overrideToString() : string Documentation for this section has not yet been entered.
System.Runtime.InteropServices._ParameterInfo.GetIDsOfNames Documentation for this section has not yet been entered. System.Runtime.InteropServices._ParameterInfo.GetTypeInfo Documentation for this section has not yet been entered. System.Runtime.InteropServices._ParameterInfo.GetTypeInfoCount Documentation for this section has not yet been entered. System.Runtime.InteropServices._ParameterInfo.Invoke Documentation for this section has not yet been entered.