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
UncNameHelper.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000096")]
8 internal class UncNameHelper
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60002B2")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1EA6EFC", Offset = "0x1EA6EFC", Length = "0x4")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Uri), Member = "CreateHostStringHelper", MemberParameters = new object[]
13 {
14 typeof(string),
15 typeof(ushort),
16 typeof(ushort),
18 typeof(ref string)
19 }, ReturnType = typeof(string))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DomainNameHelper), Member = "ParseCanonicalName", MemberParameters = new object[]
22 {
23 typeof(string),
24 typeof(int),
25 typeof(int),
26 typeof(ref bool)
27 }, ReturnType = typeof(string))]
28 internal static string ParseCanonicalName(string str, int start, int end, ref bool loopback)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x60002B3")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1EA6F00", Offset = "0x1EA6F00", Length = "0x2D8")]
35 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Uri), Member = "CheckAuthorityHelper", MemberParameters = new object[]
37 {
38 typeof(char*),
39 typeof(ushort),
40 typeof(ushort),
44 typeof(ref string)
45 }, ReturnType = typeof(ushort))]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsLetter", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
49 internal unsafe static bool IsValid(char* name, ushort start, ref int returnedEnd, bool notImplicitFile)
50 {
51 throw null;
52 }
53 }
54}
class f__AnonymousType0<< Count > j__TPar
static unsafe bool IsValid(char *name, ushort start, ref int returnedEnd, bool notImplicitFile)
static string ParseCanonicalName(string str, int start, int end, ref bool loopback)