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
SinkProviderData.cs
Go to the documentation of this file.
1using System;
6using Mono.Xml;
7
9{
10 [global::System.Runtime.InteropServices.ComVisible(true)]
11 [global::Cpp2ILInjected.Token(Token = "0x2000383")]
12 public class SinkProviderData
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6001D4C")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1B41550", Offset = "0x1B41550", Length = "0xA0")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadCustomProviderData", MemberParameters = new object[]
17 {
18 typeof(string),
20 }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadProvider", MemberParameters = new object[]
22 {
23 typeof(string),
25 typeof(bool)
26 }, ReturnType = typeof(ProviderData))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ArrayList), Member = ".ctor", ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Hashtable), Member = ".ctor", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
32 public SinkProviderData(string name)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x17000375")]
38 public global::System.Collections.IList Children
39 {
40 [global::Cpp2ILInjected.Token(Token = "0x6001D4D")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1B415F0", Offset = "0x1B415F0", Length = "0x8")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 get
44 {
45 throw null;
46 }
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x17000376")]
50 public global::System.Collections.IDictionary Properties
51 {
52 [global::Cpp2ILInjected.Token(Token = "0x6001D4E")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1B415F8", Offset = "0x1B415F8", Length = "0x8")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 get
56 {
57 throw null;
58 }
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x4000EC6")]
62 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
63 private string sinkName;
64
65 [global::Cpp2ILInjected.Token(Token = "0x4000EC7")]
66 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
67 private global::System.Collections.ArrayList children;
68
69 [global::Cpp2ILInjected.Token(Token = "0x4000EC8")]
70 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
71 private global::System.Collections.Hashtable properties;
72 }
73}
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.ArrayList children
global::System.Collections.Hashtable properties
global::System.Collections.IDictionary Properties