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

◆ ToString()

override string System.Reflection.ExceptionHandlingClause.ToString ( )
inline

Definition at line 17 of file ExceptionHandlingClause.cs.

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 }
class f__AnonymousType0<< Count > j__TPar

References System.Reflection.ExceptionHandlingClause.catch_type, System.Reflection.ExceptionHandlingClause.filter_offset, System.Reflection.ExceptionHandlingClause.flags, System.Reflection.ExceptionHandlingClause.handler_length, System.Reflection.ExceptionHandlingClause.handler_offset, j__TPar, System.text, System.Reflection.ExceptionHandlingClause.try_length, and System.Reflection.ExceptionHandlingClause.try_offset.