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;
5
6namespace ReLogic.OS.Linux
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000B2B")]
9 internal class PathService : PathService
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600536A")]
12 [global::Cpp2ILInjected.Address(RVA = "0x944470", Offset = "0x944470", Length = "0xD0")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Environment), Member = "GetEnvironmentVariable", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
17 {
18 typeof(string),
19 typeof(string)
20 }, ReturnType = typeof(string))]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
22 public override string GetStoragePath()
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x600536B")]
28 [global::Cpp2ILInjected.Address(RVA = "0x944540", Offset = "0x944540", 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()