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.5.cs
Go to the documentation of this file.
1using System;
5
6namespace UnityEngine.Events
7{
8 // Token: 0x02000171 RID: 369
10 public class UnityEvent : UnityEventBase
11 {
12 // Token: 0x060006DD RID: 1757 RVA: 0x0000C4C0 File Offset: 0x0000A6C0
14 public UnityEvent()
15 {
16 }
17
18 // Token: 0x060006DE RID: 1758 RVA: 0x0000C4D4 File Offset: 0x0000A6D4
24
25 // Token: 0x060006DF RID: 1759 RVA: 0x0000C4F4 File Offset: 0x0000A6F4
26 protected override MethodInfo FindMethod_Impl(string name, Type targetObjType)
27 {
29 return methodInfo;
30 }
31
32 // Token: 0x060006E0 RID: 1760 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: 0x060006E1 RID: 1761 RVA: 0x000021B3 File Offset: 0x000003B3
40 {
41 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
42 }
43
44 // Token: 0x060006E2 RID: 1762 RVA: 0x000021B3 File Offset: 0x000003B3
45 public void Invoke()
46 {
47 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
48 }
49
50 // Token: 0x0400066A RID: 1642
51 private object[] m_InvokeArray;
52 }
53}
class f__AnonymousType0<< Count > j__TPar
void AddListener(BaseInvokableCall call)
override MethodInfo FindMethod_Impl(string name, Type targetObjType)
static BaseInvokableCall GetDelegate(UnityAction action)
override BaseInvokableCall GetDelegate(object target, MethodInfo theFunction)
void AddListener(UnityAction call)