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
UncNameHelper.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x02000096 RID: 150
6 internal class UncNameHelper
7 {
8 // Token: 0x060002B2 RID: 690 RVA: 0x0000A890 File Offset: 0x00008A90
9 internal static string ParseCanonicalName(string str, int start, int end, bool loopback)
10 {
11 string text;
12 return text;
13 }
14
15 // Token: 0x060002B3 RID: 691 RVA: 0x0000A8A0 File Offset: 0x00008AA0
16 internal unsafe static bool IsValid(char* name, ushort start, int returnedEnd, bool notImplicitFile)
17 {
18 if (!false)
19 {
20 }
21 bool flag;
22 return flag;
23 }
24 }
25}
class f__AnonymousType0<< Count > j__TPar
static unsafe bool IsValid(char *name, ushort start, int returnedEnd, bool notImplicitFile)
static string ParseCanonicalName(string str, int start, int end, bool loopback)