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
InteropErrorExtensions.cs
Go to the documentation of this file.
1using System;
2using System.IO;
5
6[global::Cpp2ILInjected.Token(Token = "0x200000B")]
7internal static class InteropErrorExtensions
8{
9 [global::Cpp2ILInjected.Token(Token = "0x600002D")]
10 [global::Cpp2ILInjected.Address(RVA = "0x1AAA644", Offset = "0x1AAA644", Length = "0x8")]
11 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystem), Member = "DeleteFile", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileSystem), Member = "CreateDirectory", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
14 public static global::Interop.ErrorInfo Info(this global::Interop.Error error)
15 {
16 throw null;
17 }
18}
class f__AnonymousType0<< Count > j__TPar
static global::Interop.ErrorInfo Info(this global::Interop.Error error)