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
DelegateData.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x0200016F RID: 367
6
internal
sealed
class
DelegateData
7
{
8
// Token: 0x06000EC0 RID: 3776 RVA: 0x0001FB50 File Offset: 0x0001DD50
9
public
DelegateData
()
10
{
11
}
12
13
// Token: 0x04000659 RID: 1625
14
public
Type
target_type
;
15
16
// Token: 0x0400065A RID: 1626
17
public
string
method_name
;
18
19
// Token: 0x0400065B RID: 1627
20
public
bool
curried_first_arg
;
21
}
22
}
System.DelegateData.method_name
string method_name
Definition
DelegateData.cs:17
System.DelegateData.curried_first_arg
bool curried_first_arg
Definition
DelegateData.cs:20
System.DelegateData.target_type
Type target_type
Definition
DelegateData.cs:14
System.DelegateData.DelegateData
DelegateData()
Definition
DelegateData.cs:9
System.DelegateData
Definition
DelegateData.cs:7
System.Type
Definition
Type.cs:12
System
Definition
__ComObject.cs:4
source
mscorlib
System
DelegateData.cs
Generated by
1.10.0