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
UnityEvent.3.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine.Events
7{
8 // Token: 0x0200016D RID: 365
10 public class UnityEvent<T0, T1, T2> : UnityEventBase
11 {
12 // Token: 0x060006D3 RID: 1747 RVA: 0x0000C398 File Offset: 0x0000A598
14 public UnityEvent()
15 {
16 }
17
18 // Token: 0x060006D4 RID: 1748 RVA: 0x0000C3AC File Offset: 0x0000A5AC
19 protected override MethodInfo FindMethod_Impl(string name, Type targetObjType)
20 {
21 Type type;
22 Type type2;
23 Type type3;
24 if ((type == null || type != null) && (type2 == null || type2 != null) && (type3 == null || type3 != null))
25 {
27 return methodInfo;
28 }
30 }
31
32 // Token: 0x060006D5 RID: 1749 RVA: 0x000021B3 File Offset: 0x000003B3
33 internal override BaseInvokableCall GetDelegate(object target, MethodInfo theFunction)
34 {
35 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
36 }
37
38 // Token: 0x04000668 RID: 1640
39 private object[] m_InvokeArray;
40 }
41}
class f__AnonymousType0<< Count > j__TPar
override MethodInfo FindMethod_Impl(string name, Type targetObjType)
override BaseInvokableCall GetDelegate(object target, MethodInfo theFunction)