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
MethodBody.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Reflection
5
{
6
// Token: 0x02000506 RID: 1286
7
[
ComVisible
(
true
)]
8
public
class
MethodBody
9
{
10
// Token: 0x06002564 RID: 9572 RVA: 0x00052A74 File Offset: 0x00050C74
11
protected
MethodBody
()
12
{
13
}
14
15
// Token: 0x06002565 RID: 9573 RVA: 0x00052A88 File Offset: 0x00050C88
16
internal
MethodBody
(
ExceptionHandlingClause
[]
clauses
,
LocalVariableInfo
[]
locals
,
byte
[]
il
,
bool
init_locals
,
int
sig_token
,
int
max_stack
)
17
{
18
this.clauses
=
clauses
;
19
this.locals
=
locals
;
20
this.il
=
il
;
21
this.sig_token
=
sig_token
;
22
}
23
24
// Token: 0x040014CD RID: 5325
25
private
ExceptionHandlingClause
[]
clauses
;
26
27
// Token: 0x040014CE RID: 5326
28
private
LocalVariableInfo
[]
locals
;
29
30
// Token: 0x040014CF RID: 5327
31
private
byte
[]
il
;
32
33
// Token: 0x040014D0 RID: 5328
34
private
bool
init_locals
;
35
36
// Token: 0x040014D1 RID: 5329
37
private
int
sig_token
;
38
39
// Token: 0x040014D2 RID: 5330
40
private
int
max_stack
;
41
}
42
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Reflection.ExceptionHandlingClause
Definition
ExceptionHandlingClause.cs:10
System.Reflection.LocalVariableInfo
Definition
LocalVariableInfo.cs:10
System.Reflection.MethodBody.MethodBody
MethodBody()
Definition
MethodBody.cs:11
System.Reflection.MethodBody.init_locals
bool init_locals
Definition
MethodBody.cs:34
System.Reflection.MethodBody.sig_token
int sig_token
Definition
MethodBody.cs:37
System.Reflection.MethodBody.clauses
ExceptionHandlingClause[] clauses
Definition
MethodBody.cs:25
System.Reflection.MethodBody.max_stack
int max_stack
Definition
MethodBody.cs:40
System.Reflection.MethodBody.locals
LocalVariableInfo[] locals
Definition
MethodBody.cs:28
System.Reflection.MethodBody.il
byte[] il
Definition
MethodBody.cs:31
System.Reflection.MethodBody.MethodBody
MethodBody(ExceptionHandlingClause[] clauses, LocalVariableInfo[] locals, byte[] il, bool init_locals, int sig_token, int max_stack)
Definition
MethodBody.cs:16
System.Reflection.MethodBody
Definition
MethodBody.cs:9
System.Reflection
Definition
AmbiguousMatchException.cs:5
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
MethodBody.cs
Generated by
1.10.0