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
|
Public Member Functions | |
override object[] | GetCustomAttributes (bool inherit) |
override object[] | GetCustomAttributes (global::System.Type attributeType, bool inherit) |
override bool | IsDefined (global::System.Type attributeType, bool inherit) |
object | GetRealObject (global::System.Runtime.Serialization.StreamingContext context) |
override string | ToString () |
Protected Attributes | |
ParameterAttributes | AttrsImpl |
global::System.Type | ClassImpl |
object | DefaultValueImpl |
MemberInfo | MemberImpl |
string | NameImpl |
int | PositionImpl |
Package Functions | |
RuntimeParameterInfo (string name, global::System.Type type, int position, int attrs, object defaultValue, MemberInfo member, global::System.Runtime.InteropServices.MarshalAsAttribute marshalAs) | |
RuntimeParameterInfo (ParameterInfo pinfo, MemberInfo member) | |
RuntimeParameterInfo (global::System.Type type, MemberInfo member, global::System.Runtime.InteropServices.MarshalAsAttribute marshalAs) | |
object | GetDefaultValueImpl (ParameterInfo pinfo) |
object[] | GetPseudoCustomAttributes () |
CustomAttributeData[] | GetPseudoCustomAttributesData () |
Static Package Functions | |
static void | FormatParameters (global::System.Text.StringBuilder sb, ParameterInfo[] p, CallingConventions callingConvention, bool serialization) |
static ParameterInfo | New (ParameterInfo pinfo, MemberInfo member) |
static ParameterInfo | New (global::System.Type type, MemberInfo member, global::System.Runtime.InteropServices.MarshalAsAttribute marshalAs) |
Package Attributes | |
global::System.Runtime.InteropServices.MarshalAsAttribute | marshalAs |
Properties | |
override object | DefaultValue [get, set] |
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] |
Static Private Attributes | |
const int | MetadataToken_ParamDef = 134217728 |
Definition at line 15 of file RuntimeParameterInfo.cs.