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
PathService.cs
Go to the documentation of this file.
1using System;
2using System.IO;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000B23")]
10 internal class PathService : PathService
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600534E")]
13 [global::Cpp2ILInjected.Address(RVA = "0x942ECC", Offset = "0x942ECC", Length = "0x80")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Environment), Member = "GetFolderPath", MemberParameters = new object[] { typeof(Environment.SpecialFolder) }, ReturnType = typeof(string))]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Path), Member = "Combine", MemberParameters = new object[]
17 {
18 typeof(string),
19 typeof(string)
20 }, ReturnType = typeof(string))]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
22 public override string GetStoragePath()
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x600534F")]
28 [global::Cpp2ILInjected.Address(RVA = "0x942F4C", Offset = "0x942F4C", Length = "0x8")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
31 public PathService()
32 {
33 throw null;
34 }
35 }
36}
class f__AnonymousType0<< Count > j__TPar
override string GetStoragePath()