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
TypeConverterAttribute.cs
Go to the documentation of this file.
1using System;
5
7{
9 [global::Cpp2ILInjected.Token(Token = "0x20003BF")]
10 public sealed class TypeConverterAttribute : Attribute
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001980")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1E5E978", Offset = "0x1E5E978", Length = "0x5C")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TypeConverterAttribute), Member = ".cctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x6001981")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1E5E9D4", Offset = "0x1E5E9D4", Length = "0x3C")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6001982")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1E5EA10", Offset = "0x1E5EA10", Length = "0x28")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
37 public TypeConverterAttribute(string typeName)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x170005D5")]
43 public string ConverterTypeName
44 {
46 [global::Cpp2ILInjected.Token(Token = "0x6001983")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1E5EA38", Offset = "0x1E5EA38", Length = "0x8")]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 get
50 {
51 throw null;
52 }
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x6001984")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1E5EA40", Offset = "0x1E5EA40", Length = "0x74")]
57 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
60 {
61 typeof(string),
62 typeof(string)
63 }, ReturnType = typeof(bool))]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
65 public override bool Equals(object obj)
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x6001985")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1E5EAB4", Offset = "0x1E5EAB4", Length = "0x10")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
74 public override int GetHashCode()
75 {
76 throw null;
77 }
78
79 // Note: this type is marked as 'beforefieldinit'.
80 [global::Cpp2ILInjected.Token(Token = "0x6001986")]
81 [global::Cpp2ILInjected.Address(RVA = "0x1E5EAC4", Offset = "0x1E5EAC4", Length = "0x58")]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
83 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TypeConverterAttribute), Member = ".ctor", ReturnType = typeof(void))]
84 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
86 {
87 throw null;
88 }
89
90 [global::Cpp2ILInjected.Token(Token = "0x40012D3")]
92
94 [global::Cpp2ILInjected.Token(Token = "0x40012D4")]
95 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
96 private readonly string <ConverterTypeName>k__BackingField;
97 }
98}
class f__AnonymousType0<< Count > j__TPar
static readonly TypeConverterAttribute Default
readonly string< ConverterTypeName > k__BackingField