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
InstallerTypeAttribute.cs
Go to the documentation of this file.
1using System;
4
6{
8 [global::Cpp2ILInjected.Token(Token = "0x200038B")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60017A9")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1E4CF48", Offset = "0x1E4CF48", Length = "0x3C")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x60017AA")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1E4CF84", Offset = "0x1E4CF84", Length = "0x28")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
25 public InstallerTypeAttribute(string typeName)
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x17000567")]
31 public virtual Type InstallerType
32 {
33 [global::Cpp2ILInjected.Token(Token = "0x60017AB")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1E4CFAC", Offset = "0x1E4CFAC", Length = "0x88")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
37 get
38 {
39 throw null;
40 }
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x60017AC")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1E4D034", Offset = "0x1E4D034", Length = "0xA0")]
45 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
48 {
49 typeof(string),
50 typeof(string)
51 }, ReturnType = typeof(bool))]
52 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
53 public override bool Equals(object obj)
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x60017AD")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1E4D0D4", Offset = "0x1E4D0D4", Length = "0x8")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = "GetHashCode", ReturnType = typeof(int))]
62 public override int GetHashCode()
63 {
64 throw null;
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x400122C")]
68 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
69 private string _typeName;
70 }
71}
class f__AnonymousType0<< Count > j__TPar