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

◆ GetCustomAttributes() [1/10]

static object[] System.Reflection.CustomAttribute.GetCustomAttributes ( RuntimeAssembly assembly,
RuntimeType caType )
inlinestaticpackage

Definition at line 235 of file CustomAttribute.cs.

236 {
237 int token = RuntimeAssembly.GetToken(assembly.GetNativeHandle());
238 return GetCustomAttributes(assembly.ManifestModule as RuntimeModule, token, 0, caType);
239 }
static object[] GetCustomAttributes(RuntimeType type, RuntimeType caType, bool inherit)

References System.Reflection.CustomAttribute.GetCustomAttributes(), System.Reflection.RuntimeAssembly.GetNativeHandle(), System.Reflection.RuntimeAssembly.GetToken(), and System.Reflection.RuntimeAssembly.ManifestModule.