terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetPseudoCustomAttributesData()

CustomAttributeData[] System.Reflection.RuntimeMethodInfo.GetPseudoCustomAttributesData ( )
inlinepackage

Definition at line 552 of file RuntimeMethodInfo.cs.

553 {
554 IntPtr intPtr = this.mhandle;
555 if (!false)
556 {
557 }
558 CustomAttributeData dllImportAttributeData = this.GetDllImportAttributeData();
559 if (dllImportAttributeData == null || dllImportAttributeData != null)
560 {
561 }
562 throw new ArrayTypeMismatchException();
563 }
class f__AnonymousType0<< Count > j__TPar
CustomAttributeData GetDllImportAttributeData()

References System.Reflection.RuntimeMethodInfo.GetDllImportAttributeData(), j__TPar, and System.Reflection.RuntimeMethodInfo.mhandle.