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
MonoEventInfo.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Reflection
4
{
5
// Token: 0x02000509 RID: 1289
6
internal
struct
MonoEventInfo
7
{
8
// Token: 0x040014DE RID: 5342
9
public
Type
declaring_type
;
10
11
// Token: 0x040014DF RID: 5343
12
public
Type
reflected_type
;
13
14
// Token: 0x040014E0 RID: 5344
15
public
string
name
;
16
17
// Token: 0x040014E1 RID: 5345
18
public
MethodInfo
add_method
;
19
20
// Token: 0x040014E2 RID: 5346
21
public
MethodInfo
remove_method
;
22
23
// Token: 0x040014E3 RID: 5347
24
public
MethodInfo
raise_method
;
25
26
// Token: 0x040014E4 RID: 5348
27
public
EventAttributes
attrs
;
28
29
// Token: 0x040014E5 RID: 5349
30
public
MethodInfo
[]
other_methods
;
31
}
32
}
System.Reflection.MethodInfo
Definition
MethodInfo.cs:9
System.Type
Definition
Type.cs:12
System.Reflection.EventAttributes
EventAttributes
Definition
EventAttributes.cs:8
System.Reflection
Definition
AmbiguousMatchException.cs:5
System
Definition
__ComObject.cs:4
System.Reflection.MonoEventInfo.reflected_type
Type reflected_type
Definition
MonoEventInfo.cs:12
System.Reflection.MonoEventInfo.name
string name
Definition
MonoEventInfo.cs:15
System.Reflection.MonoEventInfo.attrs
EventAttributes attrs
Definition
MonoEventInfo.cs:27
System.Reflection.MonoEventInfo.raise_method
MethodInfo raise_method
Definition
MonoEventInfo.cs:24
System.Reflection.MonoEventInfo.add_method
MethodInfo add_method
Definition
MonoEventInfo.cs:18
System.Reflection.MonoEventInfo.remove_method
MethodInfo remove_method
Definition
MonoEventInfo.cs:21
System.Reflection.MonoEventInfo.declaring_type
Type declaring_type
Definition
MonoEventInfo.cs:9
System.Reflection.MonoEventInfo.other_methods
MethodInfo[] other_methods
Definition
MonoEventInfo.cs:30
System.Reflection.MonoEventInfo
Definition
MonoEventInfo.cs:7
source
mscorlib
System
Reflection
MonoEventInfo.cs
Generated by
1.10.0