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;
5
6namespace ReLogic.OS.Base
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000B2E")]
9 internal abstract class PathService : IPathService
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6005379")]
12 [global::Cpp2ILInjected.Address(RVA = "0x9446C4", Offset = "0x9446C4", Length = "0xC")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Environment), Member = "ExpandEnvironmentVariables", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
15 public string ExpandPathVariables(string path)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x600537A")]
21 public abstract string GetStoragePath();
22
23 [global::Cpp2ILInjected.Token(Token = "0x600537B")]
24 [global::Cpp2ILInjected.Address(RVA = "0x9446D0", Offset = "0x9446D0", Length = "0x80")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Path), Member = "Combine", MemberParameters = new object[]
28 {
29 typeof(string),
30 typeof(string)
31 }, ReturnType = typeof(string))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
33 public string GetStoragePath(string subfolder)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x600537C")]
39 [global::Cpp2ILInjected.Address(RVA = "0x942F54", Offset = "0x942F54", Length = "0x8")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
42 protected PathService()
43 {
44 throw null;
45 }
46 }
47}
class f__AnonymousType0<< Count > j__TPar
string ExpandPathVariables(string path)
string GetStoragePath(string subfolder)