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
ArgumentHelper.cs
Go to the documentation of this file.
1using System;
3using System.Linq;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200050B")]
11 public static class ArgumentHelper
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6003137")]
14 [global::Cpp2ILInjected.Address(RVA = "0x13037D4", Offset = "0x13037D4", Length = "0x208")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Split", MemberParameters = new object[]
17 {
18 typeof(char),
20 }, ReturnType = typeof(string[]))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<object, object>), Member = ".ctor", MemberParameters = new object[]
22 {
23 typeof(object),
25 }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Select", MemberTypeParameters = new object[]
27 {
28 typeof(object),
29 typeof(object)
30 }, MemberParameters = new object[]
31 {
34 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TResult>")]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Func<object, bool>), Member = ".ctor", MemberParameters = new object[]
36 {
37 typeof(object),
39 }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "Where", MemberTypeParameters = new object[] { typeof(object) }, MemberParameters = new object[]
41 {
44 }, ReturnType = "System.Collections.Generic.IEnumerable`1<TSource>")]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentListResult), Member = ".ctor", MemberParameters = new object[] { typeof(IEnumerable<string>) }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
47 public static ArgumentListResult ParseList(string arguments)
48 {
49 throw null;
50 }
51
53 [global::Cpp2ILInjected.Token(Token = "0x200050C")]
54 [Serializable]
55 private sealed class <>c
56 {
57 // Note: this type is marked as 'beforefieldinit'.
58 [global::Cpp2ILInjected.Token(Token = "0x6003138")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1303A4C", Offset = "0x1303A4C", Length = "0x5C")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
63 static <>c()
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x6003139")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1303AA8", Offset = "0x1303AA8", Length = "0x8")]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
72 public <>c()
73 {
74 throw null;
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x600313A")]
78 [global::Cpp2ILInjected.Address(RVA = "0x1303AB0", Offset = "0x1303AB0", Length = "0xC")]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Trim", ReturnType = typeof(string))]
81 internal string <ParseList>b__0_0(string arg)
82 {
83 throw null;
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x600313B")]
87 [global::Cpp2ILInjected.Address(RVA = "0x1303ABC", Offset = "0x1303ABC", Length = "0x10")]
88 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
89 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
90 internal bool <ParseList>b__0_1(string arg)
91 {
92 throw null;
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x4003AFD")]
96 public static readonly ArgumentHelper.<>c <>9;
97
98 [global::Cpp2ILInjected.Token(Token = "0x4003AFE")]
99 public static Func<string, string> <>9__0_0;
100
101 [global::Cpp2ILInjected.Token(Token = "0x4003AFF")]
102 public static Func<string, bool> <>9__0_1;
103 }
104 }
105}
class f__AnonymousType0<< Count > j__TPar
static ArgumentListResult ParseList(string arguments)