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
Group.cs
Go to the documentation of this file.
1using System;
2using System.Net;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20000A7")]
11 public class Group : Capture
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60002ED")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1EA8918", Offset = "0x1EA8918", Length = "0x78")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GroupCollection), Member = "GetGroupImpl", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(Group))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19 internal Group(string text, int[] caps, int capcount, string name)
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x170000A1")]
25 public bool Success
26 {
27 [global::Cpp2ILInjected.Token(Token = "0x60002EE")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1EA8990", Offset = "0x1EA8990", Length = "0x10")]
29 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexReplacement), Member = "Replace", MemberParameters = new object[]
31 {
33 typeof(string),
34 typeof(int),
35 typeof(int)
36 }, ReturnType = typeof(string))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebProxyDataBuilder), Member = "BypassStringEscape", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Newtonsoft.Json.Utilities.ConvertUtils", Member = "TryConvertGuid", MemberParameters = new object[]
39 {
40 typeof(string),
42 }, ReturnType = typeof(bool))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry.CopyHelper", Member = "AppendCopyToFileName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
45 get
46 {
47 throw null;
48 }
49 }
50
51 // Note: this type is marked as 'beforefieldinit'.
52 [global::Cpp2ILInjected.Token(Token = "0x60002EF")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1EA89A0", Offset = "0x1EA89A0", Length = "0xF4")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
57 static Group()
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x60002F0")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1EA8A94", Offset = "0x1EA8A94", Length = "0x38")]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
65 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
66 internal Group()
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x4000286")]
72 internal static readonly Group s_emptyGroup;
73
74 [global::Cpp2ILInjected.Token(Token = "0x4000287")]
75 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
76 internal readonly int[] _caps;
77
78 [global::Cpp2ILInjected.Token(Token = "0x4000288")]
79 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
80 internal int _capcount;
81
82 [global::Cpp2ILInjected.Token(Token = "0x4000289")]
83 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
85
87 [global::Cpp2ILInjected.Token(Token = "0x400028A")]
88 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
89 private readonly string <Name>k__BackingField;
90 }
91}
class f__AnonymousType0<< Count > j__TPar
readonly string< Name > k__BackingField
Definition Group.cs:89
static readonly Group s_emptyGroup
Definition Group.cs:72
Group(string text, int[] caps, int capcount, string name)
Definition Group.cs:19