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
Loading...
Searching...
No Matches
System.Reflection.CustomAttributeData Class Reference
+ 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< CustomAttributeDataGetCustomAttributes (Assembly target)
 
static global::System.Collections.Generic.IList< CustomAttributeDataGetCustomAttributes (MemberInfo target)
 
static global::System.Collections.Generic.IList< CustomAttributeDataGetCustomAttributes (Module target)
 
static global::System.Collections.Generic.IList< CustomAttributeDataGetCustomAttributes (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< CustomAttributeDataGetCustomAttributesInternal (global::System.RuntimeType target)
 

Properties

virtual ConstructorInfo Constructor [get, set]
 
virtual global::System.Collections.Generic.IList< CustomAttributeTypedArgumentConstructorArguments [get, set]
 
virtual global::System.Collections.Generic.IList< CustomAttributeNamedArgumentNamedArguments [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< CustomAttributeTypedArgumentctorArgs
 
global::System.Collections.Generic.IList< CustomAttributeNamedArgumentnamedArgs
 
CustomAttributeData.LazyCAttrData lazyData
 

Detailed Description

Definition at line 15 of file CustomAttributeData.cs.


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