Terraria v1.4.4.9
Terraria source code documentation
|
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< RuntimeType > | CreatePseudoCustomAttributeHashSet () |
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< RuntimeType > | s_pca = CreatePseudoCustomAttributeHashSet() |
Definition at line 7 of file PseudoCustomAttribute.cs.