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.MonoCustomAttrs Class Reference
+ Collaboration diagram for System.MonoCustomAttrs:

Classes

class  AttributeInfo
 

Package Functions

static global::System.Attribute[] GetCustomAttributesInternal (global::System.Reflection.ICustomAttributeProvider obj, global::System.Type attributeType, bool pseudoAttrs)
 
static bool IsDefinedInternal (global::System.Reflection.ICustomAttributeProvider obj, global::System.Type AttributeType)
 

Static Package Functions

static object[] GetPseudoCustomAttributes (global::System.Reflection.ICustomAttributeProvider obj, global::System.Type attributeType)
 
static object[] GetCustomAttributesBase (global::System.Reflection.ICustomAttributeProvider obj, global::System.Type attributeType, bool inheritedOnly)
 
static object[] GetCustomAttributes (global::System.Reflection.ICustomAttributeProvider obj, global::System.Type attributeType, bool inherit)
 
static object[] GetCustomAttributes (global::System.Reflection.ICustomAttributeProvider obj, bool inherit)
 
static global::System.Collections.Generic.IList< global::System.Reflection.CustomAttributeData > GetCustomAttributesData (global::System.Reflection.ICustomAttributeProvider obj, bool inherit=false)
 
static global::System.Collections.Generic.IList< global::System.Reflection.CustomAttributeData > GetCustomAttributesData (global::System.Reflection.ICustomAttributeProvider obj, global::System.Type attributeType, bool inherit)
 
static global::System.Collections.Generic.IList< global::System.Reflection.CustomAttributeData > GetCustomAttributesDataBase (global::System.Reflection.ICustomAttributeProvider obj, global::System.Type attributeType, bool inheritedOnly)
 
static global::System.Reflection.CustomAttributeData[] GetPseudoCustomAttributesData (global::System.Reflection.ICustomAttributeProvider obj, global::System.Type attributeType)
 
static bool IsDefined (global::System.Reflection.ICustomAttributeProvider obj, global::System.Type attributeType, bool inherit)
 

Private Member Functions

static global::System.Reflection.CustomAttributeData[] GetCustomAttributesDataInternal (global::System.Reflection.ICustomAttributeProvider obj)
 

Static Private Member Functions

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

Static Private Attributes

static global::System.Reflection.Assembly corlib
 
static global::System.Collections.Generic.Dictionary< global::System.Type, global::System.AttributeUsageAttribute > usage_cache
 
static readonly global::System.AttributeUsageAttribute DefaultAttributeUsage
 

Detailed Description

Definition at line 12 of file MonoCustomAttrs.cs.


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