terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | LazyCAttrData |
Public Member Functions | |
override string | ToString () |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static IList< CustomAttributeData > | GetCustomAttributes (Assembly target) |
static IList< CustomAttributeData > | GetCustomAttributes (MemberInfo target) |
static IList< CustomAttributeData > | GetCustomAttributes (Module target) |
static IList< CustomAttributeData > | GetCustomAttributes (ParameterInfo target) |
Protected Member Functions | |
CustomAttributeData () | |
Package Functions | |
CustomAttributeData (ConstructorInfo ctorInfo, Assembly assembly, IntPtr data, uint data_length) | |
CustomAttributeData (ConstructorInfo ctorInfo) | |
CustomAttributeData (ConstructorInfo ctorInfo, IList< CustomAttributeTypedArgument > ctorArgs, IList< CustomAttributeNamedArgument > namedArgs) | |
Static Package Functions | |
static IList< CustomAttributeData > | GetCustomAttributesInternal (RuntimeType target) |
Properties | |
virtual ConstructorInfo | Constructor [get] |
virtual IList< CustomAttributeTypedArgument > | ConstructorArguments [get] |
virtual IList< CustomAttributeNamedArgument > | NamedArguments [get] |
Type | AttributeType [get] |
Private Member Functions | |
void | ResolveArguments () |
Static Private Member Functions | |
static void | ResolveArgumentsInternal (ConstructorInfo ctor, Assembly assembly, IntPtr data, uint data_length, [Out] object[] ctorArgs, [Out] object[] namedArgs) |
static T[] | UnboxValues< T > (object[] values) |
Private Attributes | |
ConstructorInfo | ctorInfo |
IList< CustomAttributeTypedArgument > | ctorArgs |
IList< CustomAttributeNamedArgument > | namedArgs |
CustomAttributeData.LazyCAttrData | lazyData |
Definition at line 10 of file CustomAttributeData.cs.