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
ExceptionHandlingClause.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Reflection
5
{
6
// Token: 0x02000504 RID: 1284
7
[
ComVisible
(
true
)]
8
[
StructLayout
(0)]
9
public
class
ExceptionHandlingClause
10
{
11
// Token: 0x06002560 RID: 9568 RVA: 0x000529B4 File Offset: 0x00050BB4
12
protected
ExceptionHandlingClause
()
13
{
14
}
15
16
// Token: 0x06002561 RID: 9569 RVA: 0x000529C8 File Offset: 0x00050BC8
17
public
override
string
ToString
()
18
{
19
ExceptionHandlingClauseOptions
exceptionHandlingClauseOptions
= this.
flags
;
20
int
num = this.
try_offset
;
21
int
num2
= this.
try_length
;
22
int
num3
= this.
handler_offset
;
23
int
num4
= this.
handler_length
;
24
Type
type = this.
catch_type
;
25
Type
type2
= this.
catch_type
;
26
string
text2;
27
string
text
=
string
.Format(
"{0}, CatchType={1}"
, text2,
type2
);
28
ExceptionHandlingClauseOptions
exceptionHandlingClauseOptions2
= this.
flags
;
29
int
num5
= this.
filter_offset
;
30
string
text3
;
31
return
text3
;
32
}
33
34
// Token: 0x040014C3 RID: 5315
35
internal
Type
catch_type
;
36
37
// Token: 0x040014C4 RID: 5316
38
internal
int
filter_offset
;
39
40
// Token: 0x040014C5 RID: 5317
41
internal
ExceptionHandlingClauseOptions
flags
;
42
43
// Token: 0x040014C6 RID: 5318
44
internal
int
try_offset
;
45
46
// Token: 0x040014C7 RID: 5319
47
internal
int
try_length
;
48
49
// Token: 0x040014C8 RID: 5320
50
internal
int
handler_offset
;
51
52
// Token: 0x040014C9 RID: 5321
53
internal
int
handler_length
;
54
}
55
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Reflection.ExceptionHandlingClause.handler_length
int handler_length
Definition
ExceptionHandlingClause.cs:53
System.Reflection.ExceptionHandlingClause.catch_type
Type catch_type
Definition
ExceptionHandlingClause.cs:35
System.Reflection.ExceptionHandlingClause.try_offset
int try_offset
Definition
ExceptionHandlingClause.cs:44
System.Reflection.ExceptionHandlingClause.filter_offset
int filter_offset
Definition
ExceptionHandlingClause.cs:38
System.Reflection.ExceptionHandlingClause.handler_offset
int handler_offset
Definition
ExceptionHandlingClause.cs:50
System.Reflection.ExceptionHandlingClause.ExceptionHandlingClause
ExceptionHandlingClause()
Definition
ExceptionHandlingClause.cs:12
System.Reflection.ExceptionHandlingClause.try_length
int try_length
Definition
ExceptionHandlingClause.cs:47
System.Reflection.ExceptionHandlingClause.ToString
override string ToString()
Definition
ExceptionHandlingClause.cs:17
System.Reflection.ExceptionHandlingClause.flags
ExceptionHandlingClauseOptions flags
Definition
ExceptionHandlingClause.cs:41
System.Reflection.ExceptionHandlingClause
Definition
ExceptionHandlingClause.cs:10
System.Type
Definition
Type.cs:12
System.Reflection.ExceptionHandlingClauseOptions
ExceptionHandlingClauseOptions
Definition
ExceptionHandlingClauseOptions.cs:8
System.Reflection
Definition
AmbiguousMatchException.cs:5
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.text
@ text
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
ExceptionHandlingClause.cs
Generated by
1.10.0