terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Reflection.CustomAttributeData Class Reference

Classes

class  LazyCAttrData
 

Public Member Functions

override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static IList< CustomAttributeDataGetCustomAttributes (Assembly target)
 
static IList< CustomAttributeDataGetCustomAttributes (MemberInfo target)
 
static IList< CustomAttributeDataGetCustomAttributes (Module target)
 
static IList< CustomAttributeDataGetCustomAttributes (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< CustomAttributeDataGetCustomAttributesInternal (RuntimeType target)
 

Properties

virtual ConstructorInfo Constructor [get]
 
virtual IList< CustomAttributeTypedArgumentConstructorArguments [get]
 
virtual IList< CustomAttributeNamedArgumentNamedArguments [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< CustomAttributeTypedArgumentctorArgs
 
IList< CustomAttributeNamedArgumentnamedArgs
 
CustomAttributeData.LazyCAttrData lazyData
 

Detailed Description

Definition at line 10 of file CustomAttributeData.cs.


The documentation for this class was generated from the following file: