terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
EventDescriptor.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000373")]
8 public abstract class EventDescriptor : MemberDescriptor
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001708")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1E4AC14", Offset = "0x1E4AC14", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberDescriptor), Member = ".ctor", MemberParameters = new object[]
14 {
15 typeof(string),
17 }, ReturnType = typeof(void))]
18 protected EventDescriptor(string name, Attribute[] attrs)
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x6001709")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1E4AC1C", Offset = "0x1E4AC1C", Length = "0x8")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberDescriptor), Member = ".ctor", MemberParameters = new object[] { typeof(MemberDescriptor) }, ReturnType = typeof(void))]
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x600170A")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1E4AC24", Offset = "0x1E4AC24", Length = "0x8")]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MemberDescriptor), Member = ".ctor", MemberParameters = new object[]
36 {
39 }, ReturnType = typeof(void))]
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x1700053A")]
46 public abstract Type ComponentType
47 {
48 [global::Cpp2ILInjected.Token(Token = "0x600170B")]
49 get;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x1700053B")]
53 public abstract Type EventType
54 {
55 [global::Cpp2ILInjected.Token(Token = "0x600170C")]
56 get;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x1700053C")]
60 public abstract bool IsMulticast
61 {
62 [global::Cpp2ILInjected.Token(Token = "0x600170D")]
63 get;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x600170E")]
67 public abstract void AddEventHandler(object component, Delegate value);
68
69 [global::Cpp2ILInjected.Token(Token = "0x600170F")]
70 public abstract void RemoveEventHandler(object component, Delegate value);
71 }
72}
class f__AnonymousType0<< Count > j__TPar
void RemoveEventHandler(object component, Delegate value)
void AddEventHandler(object component, Delegate value)
EventDescriptor(string name, Attribute[] attrs)
EventDescriptor(MemberDescriptor descr, Attribute[] attrs)
EventDescriptor(MemberDescriptor descr)