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

◆ GetDllImportAttributeData()

CustomAttributeData System.Reflection.RuntimeMethodInfo.GetDllImportAttributeData ( )
inlineprivate

Definition at line 566 of file RuntimeMethodInfo.cs.

567 {
568 Type type;
569 FieldInfo field = type.GetField("EntryPoint");
570 FieldInfo field2 = type.GetField("CharSet");
571 FieldInfo field3 = type.GetField("ExactSpelling");
572 FieldInfo field4 = type.GetField("SetLastError");
573 FieldInfo field5 = type.GetField("PreserveSig");
574 FieldInfo field6 = type.GetField("CallingConvention");
575 FieldInfo field7 = type.GetField("BestFitMapping");
576 FieldInfo field8 = type.GetField("ThrowOnUnmappableChar");
577 Type type2;
578 if (type2 == null || type2 != null)
579 {
580 }
581 throw new ArrayTypeMismatchException();
582 }
class f__AnonymousType0<< Count > j__TPar
FieldInfo GetField(string name)
Definition Type.cs:909

References System.Type.GetField(), and j__TPar.

Referenced by System.Reflection.RuntimeMethodInfo.GetPseudoCustomAttributesData().