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
Win32Native.cs
Go to the documentation of this file.
1using System;
3
4namespace Microsoft.Win32
5{
6 // Token: 0x02000058 RID: 88
7 internal static class Win32Native
8 {
9 // Token: 0x06000211 RID: 529 RVA: 0x00008098 File Offset: 0x00006298
10 public static string GetMessage(int hr)
11 {
12 string text;
13 return "Error " + text;
14 }
15
16 // Token: 0x06000212 RID: 530 RVA: 0x0000207A File Offset: 0x0000027A
17 public static int MakeHRFromErrorCode(int errorCode)
18 {
19 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
20 }
21 }
22}
class f__AnonymousType0<< Count > j__TPar
static string GetMessage(int hr)
static int MakeHRFromErrorCode(int errorCode)