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

Static Public Member Functions

static ? Attribute GetCustomAttribute (this Assembly element, Type attributeType)
 
static ? Attribute GetCustomAttribute (this Module element, Type attributeType)
 
static ? Attribute GetCustomAttribute (this MemberInfo element, Type attributeType)
 
static ? Attribute GetCustomAttribute (this ParameterInfo element, Type attributeType)
 
static ? T GetCustomAttribute< T > (this Assembly element)
 
static ? T GetCustomAttribute< T > (this Module element)
 
static ? T GetCustomAttribute< T > (this MemberInfo element)
 
static ? T GetCustomAttribute< T > (this ParameterInfo element)
 
static ? Attribute GetCustomAttribute (this MemberInfo element, Type attributeType, bool inherit)
 
static ? Attribute GetCustomAttribute (this ParameterInfo element, Type attributeType, bool inherit)
 
static ? T GetCustomAttribute< T > (this MemberInfo element, bool inherit)
 
static ? T GetCustomAttribute< T > (this ParameterInfo element, bool inherit)
 
static IEnumerable< AttributeGetCustomAttributes (this Assembly element)
 
static IEnumerable< AttributeGetCustomAttributes (this Module element)
 
static IEnumerable< AttributeGetCustomAttributes (this MemberInfo element)
 
static IEnumerable< AttributeGetCustomAttributes (this ParameterInfo element)
 
static IEnumerable< AttributeGetCustomAttributes (this MemberInfo element, bool inherit)
 
static IEnumerable< AttributeGetCustomAttributes (this ParameterInfo element, bool inherit)
 
static IEnumerable< AttributeGetCustomAttributes (this Assembly element, Type attributeType)
 
static IEnumerable< AttributeGetCustomAttributes (this Module element, Type attributeType)
 
static IEnumerable< AttributeGetCustomAttributes (this MemberInfo element, Type attributeType)
 
static IEnumerable< AttributeGetCustomAttributes (this ParameterInfo element, Type attributeType)
 
static IEnumerable< TGetCustomAttributes< T > (this Assembly element)
 
static IEnumerable< TGetCustomAttributes< T > (this Module element)
 
static IEnumerable< TGetCustomAttributes< T > (this MemberInfo element)
 
static IEnumerable< TGetCustomAttributes< T > (this ParameterInfo element)
 
static IEnumerable< AttributeGetCustomAttributes (this MemberInfo element, Type attributeType, bool inherit)
 
static IEnumerable< AttributeGetCustomAttributes (this ParameterInfo element, Type attributeType, bool inherit)
 
static IEnumerable< TGetCustomAttributes< T > (this MemberInfo element, bool inherit)
 
static IEnumerable< TGetCustomAttributes< T > (this ParameterInfo element, bool inherit)
 
static bool IsDefined (this Assembly element, Type attributeType)
 
static bool IsDefined (this Module element, Type attributeType)
 
static bool IsDefined (this MemberInfo element, Type attributeType)
 
static bool IsDefined (this ParameterInfo element, Type attributeType)
 
static bool IsDefined (this MemberInfo element, Type attributeType, bool inherit)
 
static bool IsDefined (this ParameterInfo element, Type attributeType, bool inherit)
 

Detailed Description

Definition at line 5 of file CustomAttributeExtensions.cs.


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