terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
PathService.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.IO
;
3
using
ReLogic.OS.Base
;
4
5
namespace
ReLogic.OS.Windows
6
{
7
// Token: 0x02000B23 RID: 2851
8
internal
class
PathService
:
PathService
9
{
10
// Token: 0x0600534E RID: 21326 RVA: 0x00284448 File Offset: 0x00282648
11
public
override
string
GetStoragePath
()
12
{
13
return
Path
.
Combine
(
Environment
.
GetFolderPath
(
Environment
.
SpecialFolder
.MyDocuments),
"My Games"
);
14
}
15
16
// Token: 0x0600534F RID: 21327 RVA: 0x00284468 File Offset: 0x00282668
17
public
PathService
()
18
{
19
}
20
}
21
}
ReLogic.OS.Windows.PathService.GetStoragePath
override string GetStoragePath()
Definition
PathService.cs:11
ReLogic.OS.Windows.PathService.PathService
PathService()
Definition
PathService.cs:17
ReLogic.OS.Windows.PathService
Definition
PathService.cs:9
System.Environment.GetFolderPath
static string GetFolderPath(Environment.SpecialFolder folder)
Definition
Environment.cs:275
System.Environment.SpecialFolder
SpecialFolder
Definition
Environment.cs:417
System.Environment
Definition
Environment.cs:17
System.IO.Path.Combine
static string Combine(string path1, string path2)
Definition
Path.cs:41
System.IO.Path
Definition
Path.cs:13
ReLogic.OS.Base
Definition
Clipboard.cs:4
ReLogic.OS.Windows
Definition
PathService.cs:6
System.IO
Definition
__Error.cs:4
System
Definition
__ComObject.cs:4
source
ReLogic
OS
Windows
PathService.cs
Generated by
1.10.0