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
SafeHandleCache.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000059 RID: 89
8 internal static class SafeHandleCache<T> where T : SafeHandle
9 {
10 // Token: 0x06000213 RID: 531 RVA: 0x0000207A File Offset: 0x0000027A
11 internal static bool IsCachedInvalidHandle(SafeHandle handle)
12 {
13 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
14 }
15
16 // Token: 0x0400018E RID: 398
17 private static T s_invalidHandle;
18 }
19}
class f__AnonymousType0<< Count > j__TPar
static bool IsCachedInvalidHandle(SafeHandle handle)