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
SyntaxCheck.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003BB RID: 955
6 public static class SyntaxCheck
7 {
8 // Token: 0x0600196F RID: 6511 RVA: 0x000471D8 File Offset: 0x000453D8
9 public static bool CheckMachineName(string value)
10 {
11 }
12
13 // Token: 0x06001970 RID: 6512 RVA: 0x000471E8 File Offset: 0x000453E8
14 public static bool CheckPath(string value)
15 {
16 string text;
17 return text.StartsWith("\\\\");
18 }
19
20 // Token: 0x06001971 RID: 6513 RVA: 0x00047204 File Offset: 0x00045404
21 public static bool CheckRootedPath(string value)
22 {
23 if (!true)
24 {
25 }
26 bool flag;
27 return flag;
28 }
29 }
30}
static bool CheckPath(string value)
static bool CheckMachineName(string value)
Definition SyntaxCheck.cs:9
static bool CheckRootedPath(string value)