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
ActivatedServiceTypeEntry.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 = "0x2000339")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6001BB6")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1B24BF0", Offset = "0x1B24BF0", Length = "0x118")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ConfigHandler), Member = "ReadServiceActivated", MemberParameters = new object[] { typeof(Mono.Xml.SmallXmlParser.IAttrList) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TypeEntry), Member = ".ctor", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.Assembly), Member = "Load", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Reflection.Assembly))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "op_Equality", MemberParameters = new object[]
22 {
23 typeof(global::System.Type),
24 typeof(global::System.Type)
25 }, ReturnType = typeof(bool))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
27 {
28 typeof(string),
29 typeof(string),
30 typeof(string),
31 typeof(string)
32 }, ReturnType = typeof(string))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
35 public ActivatedServiceTypeEntry(string typeName, string assemblyName)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x17000326")]
41 public global::System.Type ObjectType
42 {
43 [global::Cpp2ILInjected.Token(Token = "0x6001BB7")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1B24D08", Offset = "0x1B24D08", Length = "0x8")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 get
47 {
48 throw null;
49 }
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x6001BB8")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1B24D10", Offset = "0x1B24D10", Length = "0x10")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
56 {
57 typeof(string),
58 typeof(string)
59 }, ReturnType = typeof(string))]
60 public override string ToString()
61 {
62 throw null;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x4000E1B")]
66 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
67 private global::System.Type obj_type;
68 }
69}
class f__AnonymousType0<< Count > j__TPar
ActivatedServiceTypeEntry(string typeName, string assemblyName)