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

◆ DeserializeDelegate()

Delegate System.DelegateSerializationHolder.DelegateEntry.DeserializeDelegate ( SerializationInfo info,
int index )
inline

Definition at line 80 of file DelegateSerializationHolder.cs.

81 {
82 if (this.target != null)
83 {
84 }
85 long num = 0L;
86 string text2;
87 string text = "method" + text2;
88 Type type;
89 if (info.GetValueNoThrow(text, type) != null)
90 {
91 }
92 Assembly assembly = Assembly.Load(this.assembly);
93 string text3 = this.type;
94 if (num != 0L)
95 {
96 string text4 = this.methodName;
98 return @delegate;
99 }
101 return delegate2;
102 }
class f__AnonymousType0<< Count > j__TPar
static Assembly Load(string assemblyString)
Definition Assembly.cs:267

References System.DelegateSerializationHolder.DelegateEntry.assembly, System.info, j__TPar, System.L, System.Reflection.Assembly.Load(), System.DelegateSerializationHolder.DelegateEntry.methodName, System.DelegateSerializationHolder.DelegateEntry.target, System.text, and System.DelegateSerializationHolder.DelegateEntry.type.