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.
1using System;
3
4namespace System.Reflection
5{
6 // Token: 0x02000504 RID: 1284
7 [ComVisible(true)]
8 [StructLayout(0)]
10 {
11 // Token: 0x06002560 RID: 9568 RVA: 0x000529B4 File Offset: 0x00050BB4
13 {
14 }
15
16 // Token: 0x06002561 RID: 9569 RVA: 0x000529C8 File Offset: 0x00050BC8
17 public override string ToString()
18 {
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);
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
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}
class f__AnonymousType0<< Count > j__TPar