terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Win32Native.cs
Go to the documentation of this file.
1using System;
2using System.IO;
6
7namespace Microsoft.Win32
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000058")]
10 internal static class Win32Native
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000211")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1AC6648", Offset = "0x1AC6648", Length = "0x5C")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.CryptographicException), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.__Error), Member = "WinIOError", MemberParameters = new object[]
16 {
17 typeof(int),
18 typeof(string)
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
23 {
24 typeof(string),
25 typeof(string)
26 }, ReturnType = typeof(string))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
28 public static string GetMessage(int hr)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6000212")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1AC66A4", Offset = "0x1AC66A4", Length = "0xC")]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.__Error), Member = "WinIOError", MemberParameters = new object[]
36 {
37 typeof(int),
38 typeof(string)
39 }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
41 public static int MakeHRFromErrorCode(int errorCode)
42 {
43 throw null;
44 }
45 }
46}
class f__AnonymousType0<< Count > j__TPar
static string GetMessage(int hr)
static int MakeHRFromErrorCode(int errorCode)