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
MonoPropertyInfo.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Reflection
4
{
5
// Token: 0x02000512 RID: 1298
6
internal
struct
MonoPropertyInfo
7
{
8
// Token: 0x04001500 RID: 5376
9
public
Type
parent
;
10
11
// Token: 0x04001501 RID: 5377
12
public
Type
declaring_type
;
13
14
// Token: 0x04001502 RID: 5378
15
public
string
name
;
16
17
// Token: 0x04001503 RID: 5379
18
public
MethodInfo
get_method
;
19
20
// Token: 0x04001504 RID: 5380
21
public
MethodInfo
set_method
;
22
23
// Token: 0x04001505 RID: 5381
24
public
PropertyAttributes
attrs
;
25
}
26
}
System.Reflection.MethodInfo
Definition
MethodInfo.cs:9
System.Type
Definition
Type.cs:12
System.Reflection.PropertyAttributes
PropertyAttributes
Definition
PropertyAttributes.cs:8
System.Reflection
Definition
AmbiguousMatchException.cs:5
System
Definition
__ComObject.cs:4
System.Reflection.MonoPropertyInfo.attrs
PropertyAttributes attrs
Definition
MonoPropertyInfo.cs:24
System.Reflection.MonoPropertyInfo.name
string name
Definition
MonoPropertyInfo.cs:15
System.Reflection.MonoPropertyInfo.declaring_type
Type declaring_type
Definition
MonoPropertyInfo.cs:12
System.Reflection.MonoPropertyInfo.set_method
MethodInfo set_method
Definition
MonoPropertyInfo.cs:21
System.Reflection.MonoPropertyInfo.parent
Type parent
Definition
MonoPropertyInfo.cs:9
System.Reflection.MonoPropertyInfo.get_method
MethodInfo get_method
Definition
MonoPropertyInfo.cs:18
System.Reflection.MonoPropertyInfo
Definition
MonoPropertyInfo.cs:7
source
mscorlib
System
Reflection
MonoPropertyInfo.cs
Generated by
1.10.0