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
ExceptionHandlingClauseOptions.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Reflection
4{
5 // Token: 0x020004D2 RID: 1234
6 [Flags]
8 {
9 // Token: 0x0400138F RID: 5007
10 Clause = 0,
11 // Token: 0x04001390 RID: 5008
12 Filter = 1,
13 // Token: 0x04001391 RID: 5009
14 Finally = 2,
15 // Token: 0x04001392 RID: 5010
16 Fault = 4
17 }
18}