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.MonoCustomAttrs Class Reference

Classes

class  AttributeInfo
 

Static Package Functions

static Attribute[] GetCustomAttributesInternal (ICustomAttributeProvider obj, Type attributeType, bool pseudoAttrs)
 
static object[] GetPseudoCustomAttributes (ICustomAttributeProvider obj, Type attributeType)
 
static object[] GetCustomAttributesBase (ICustomAttributeProvider obj, Type attributeType, bool inheritedOnly)
 
static object[] GetCustomAttributes (ICustomAttributeProvider obj, Type attributeType, bool inherit)
 
static object[] GetCustomAttributes (ICustomAttributeProvider obj, bool inherit)
 
static IList< CustomAttributeDataGetCustomAttributesData (ICustomAttributeProvider obj, bool inherit=false)
 
static IList< CustomAttributeDataGetCustomAttributesData (ICustomAttributeProvider obj, Type attributeType, bool inherit)
 
static IList< CustomAttributeDataGetCustomAttributesDataBase (ICustomAttributeProvider obj, Type attributeType, bool inheritedOnly)
 
static CustomAttributeData[] GetPseudoCustomAttributesData (ICustomAttributeProvider obj, Type attributeType)
 
static bool IsDefined (ICustomAttributeProvider obj, Type attributeType, bool inherit)
 
static bool IsDefinedInternal (ICustomAttributeProvider obj, Type AttributeType)
 

Static Private Member Functions

static bool IsUserCattrProvider (object obj)
 
static object[] GetPseudoCustomAttributes (Type type)
 
static CustomAttributeData[] GetCustomAttributesDataInternal (ICustomAttributeProvider obj)
 
static CustomAttributeData[] GetPseudoCustomAttributesData (Type type)
 
static PropertyInfo GetBasePropertyDefinition (RuntimePropertyInfo property)
 
static EventInfo GetBaseEventDefinition (RuntimeEventInfo evt)
 
static ICustomAttributeProvider GetBase (ICustomAttributeProvider obj)
 
static AttributeUsageAttribute RetrieveAttributeUsageNoCache (Type attributeType)
 
static AttributeUsageAttribute RetrieveAttributeUsage (Type attributeType)
 
static MonoCustomAttrs ()
 

Static Private Attributes

static Assembly corlib
 
static Dictionary< Type, AttributeUsageAttributeusage_cache
 
static readonly AttributeUsageAttribute DefaultAttributeUsage
 

Detailed Description

Definition at line 9 of file MonoCustomAttrs.cs.


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