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

◆ GetCustomAttributesInternal() [1/9]

static IList< CustomAttributeData > System.Reflection.RuntimeCustomAttributeData.GetCustomAttributesInternal ( RuntimeAssembly target)
inlinestaticpackage

Definition at line 138 of file RuntimeCustomAttributeData.cs.

139 {
140 return GetCustomAttributes((RuntimeModule)target.ManifestModule, RuntimeAssembly.GetToken(target.GetNativeHandle()));
141 }
static IList< CustomAttributeData > GetCustomAttributes(RuntimeModule module, int tkTarget)

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