| --PROPERTIES OF dotNetObject:System.Reflection.ParameterInfo | Default / Value |
| .Attributes : , read-only | dotNetObject:System.Reflection.ParameterAttributes |
| .DefaultValue : , read-only | undefined |
| .IsIn : , read-only | false |
| .IsLcid : , read-only | false |
| .IsOptional : , read-only | false |
| .IsOut : , read-only | false |
| .IsRetval : , read-only | false |
| .Member : , read-only | dotNetObject:System.Reflection.RuntimeMethodInfo |
| .MetadataToken : , read-only | 134217728 |
| .Name : , read-only | undefined |
| .ParameterType : , read-only | dotNetObject:System.RuntimeType[System.Boolean] |
| .Position : , read-only | -1 |
| .RawDefaultValue : , read-only | undefined |
| --METHODS OF dotNetObject:System.Reflection.ParameterInfo | |
| .Equals obj | |
| .[static]Equals objA objB | |
| .GetCustomAttributes inherit | |
| .GetCustomAttributes attributeType inherit | |
| .GetHashCode() | |
| .GetOptionalCustomModifiers() | |
| .GetRequiredCustomModifiers() | |
| .GetType() | |
| .IsDefined attributeType inherit | |
| .[static]ReferenceEquals objA objB | |
| .ToString() | |
| --EVENTS OF dotNetObject:System.Reflection.ParameterInfo | |