|
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
|
Collaboration diagram for System.Reflection.CustomAttributeData:Classes | |
| class | LazyCAttrData |
Public Member Functions | |
| override string | ToString () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static global::System.Collections.Generic.IList< CustomAttributeData > | GetCustomAttributes (Assembly target) |
| static global::System.Collections.Generic.IList< CustomAttributeData > | GetCustomAttributes (MemberInfo target) |
| static global::System.Collections.Generic.IList< CustomAttributeData > | GetCustomAttributes (Module target) |
| static global::System.Collections.Generic.IList< CustomAttributeData > | GetCustomAttributes (ParameterInfo target) |
Protected Member Functions | |
| CustomAttributeData () | |
Package Functions | |
| CustomAttributeData (ConstructorInfo ctorInfo, Assembly assembly, global::System.IntPtr data, uint data_length) | |
| CustomAttributeData (ConstructorInfo ctorInfo) | |
| CustomAttributeData (ConstructorInfo ctorInfo, global::System.Collections.Generic.IList< CustomAttributeTypedArgument > ctorArgs, global::System.Collections.Generic.IList< CustomAttributeNamedArgument > namedArgs) | |
Static Package Functions | |
| static global::System.Collections.Generic.IList< CustomAttributeData > | GetCustomAttributesInternal (global::System.RuntimeType target) |
Properties | |
| virtual ConstructorInfo | Constructor [get, set] |
| virtual global::System.Collections.Generic.IList< CustomAttributeTypedArgument > | ConstructorArguments [get, set] |
| virtual global::System.Collections.Generic.IList< CustomAttributeNamedArgument > | NamedArguments [get, set] |
| global::System.Type | AttributeType [get, set] |
Private Member Functions | |
| static void | ResolveArgumentsInternal (ConstructorInfo ctor, Assembly assembly, global::System.IntPtr data, uint data_length, out object[] ctorArgs, out object[] namedArgs) |
| void | ResolveArguments () |
Static Private Member Functions | |
| static T[] | UnboxValues< T > (object[] values) |
Private Attributes | |
| ConstructorInfo | ctorInfo |
| global::System.Collections.Generic.IList< CustomAttributeTypedArgument > | ctorArgs |
| global::System.Collections.Generic.IList< CustomAttributeNamedArgument > | namedArgs |
| CustomAttributeData.LazyCAttrData | lazyData |
Definition at line 15 of file CustomAttributeData.cs.