|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Reflection.ParameterInfo:
Collaboration diagram for System.Reflection.ParameterInfo:Public Member Functions | |
| virtual bool | IsDefined (global::System.Type attributeType, bool inherit) |
| virtual object[] | GetCustomAttributes (bool inherit) |
| virtual object[] | GetCustomAttributes (global::System.Type attributeType, bool inherit) |
| object | GetRealObject (global::System.Runtime.Serialization.StreamingContext context) |
| override string | ToString () |
Protected Member Functions | |
| ParameterInfo () | |
Protected Attributes | |
| ParameterAttributes | AttrsImpl |
| global::System.Type | ClassImpl |
| object | DefaultValueImpl |
| MemberInfo | MemberImpl |
| string | NameImpl |
| int | PositionImpl |
Properties | |
| virtual ParameterAttributes | Attributes [get, set] |
| virtual MemberInfo | Member [get, set] |
| virtual string | Name [get, set] |
| virtual global::System.Type | ParameterType [get, set] |
| virtual int | Position [get, set] |
| bool | IsIn [get, set] |
| bool | IsOptional [get, set] |
| bool | IsOut [get, set] |
| virtual object | DefaultValue [get, set] |
Static Private Attributes | |
| const int | MetadataToken_ParamDef = 134217728 |
Definition at line 15 of file ParameterInfo.cs.