Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.PseudoCustomAttribute Class Reference

Static Package Functions

static void GetCustomAttributes (RuntimeType type, RuntimeType caType, ref RuntimeType.ListBuilder< Attribute > pcas)
 
static bool IsDefined (RuntimeType type, RuntimeType caType)
 
static void GetCustomAttributes (RuntimeMethodInfo method, RuntimeType caType, ref RuntimeType.ListBuilder< Attribute > pcas)
 
static bool IsDefined (RuntimeMethodInfo method, RuntimeType caType)
 
static void GetCustomAttributes (RuntimeParameterInfo parameter, RuntimeType caType, ref RuntimeType.ListBuilder< Attribute > pcas)
 
static bool IsDefined (RuntimeParameterInfo parameter, RuntimeType caType)
 
static void GetCustomAttributes (RuntimeFieldInfo field, RuntimeType caType, ref RuntimeType.ListBuilder< Attribute > pcas)
 
static bool IsDefined (RuntimeFieldInfo field, RuntimeType caType)
 
static StructLayoutAttribute GetStructLayoutCustomAttribute (RuntimeType type)
 

Static Private Member Functions

static HashSet< RuntimeTypeCreatePseudoCustomAttributeHashSet ()
 
static DllImportAttribute GetDllImportCustomAttribute (RuntimeMethodInfo method)
 
static MarshalAsAttribute GetMarshalAsCustomAttribute (RuntimeParameterInfo parameter)
 
static MarshalAsAttribute GetMarshalAsCustomAttribute (RuntimeFieldInfo field)
 
static MarshalAsAttribute GetMarshalAsCustomAttribute (int token, RuntimeModule scope)
 
static FieldOffsetAttribute GetFieldOffsetCustomAttribute (RuntimeFieldInfo field)
 

Static Private Attributes

static readonly HashSet< RuntimeTypes_pca = CreatePseudoCustomAttributeHashSet()
 

Detailed Description

Definition at line 7 of file PseudoCustomAttribute.cs.


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