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
InteropErrorExtensions.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x0200000B RID: 11
5internal static class InteropErrorExtensions
6{
7 // Token: 0x0600002D RID: 45 RVA: 0x0000207A File Offset: 0x0000027A
8 public static Interop.ErrorInfo Info(this Interop.Error error)
9 {
10 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
11 }
12}
static Interop.ErrorInfo Info(this Interop.Error error)