Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetCustomAttributes() [7/10]

static object[] System.Reflection.CustomAttribute.GetCustomAttributes ( RuntimeModule module,
RuntimeType caType )
inlinestaticpackage

Definition at line 241 of file CustomAttribute.cs.

242 {
243 return GetCustomAttributes(module, module.MetadataToken, 0, caType);
244 }
static object[] GetCustomAttributes(RuntimeType type, RuntimeType caType, bool inherit)

References System.Reflection.CustomAttribute.GetCustomAttributes(), and System.Reflection.RuntimeModule.MetadataToken.