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
Int16Converter.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200038D")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x17000569")]
12 internal override Type TargetType
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x60017B1")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1E4D124", Offset = "0x1E4D124", Length = "0x6C")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
19 get
20 {
21 throw null;
22 }
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x60017B2")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1E4D190", Offset = "0x1E4D190", Length = "0x94")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Convert), Member = "ToInt16", MemberParameters = new object[]
30 {
31 typeof(string),
32 typeof(int)
33 }, ReturnType = typeof(short))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
35 internal override object FromString(string value, int radix)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x60017B3")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1E4D224", Offset = "0x1E4D224", Length = "0x74")]
42 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(short), Member = "Parse", MemberParameters = new object[]
45 {
46 typeof(string),
49 }, ReturnType = typeof(short))]
50 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
51 internal override object FromString(string value, NumberFormatInfo formatInfo)
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x60017B4")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1E4D298", Offset = "0x1E4D298", Length = "0xA8")]
58 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(short), Member = "ToString", MemberParameters = new object[]
61 {
62 typeof(string),
64 }, ReturnType = typeof(string))]
65 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
66 internal override string ToString(object value, NumberFormatInfo formatInfo)
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x60017B5")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1E4D340", Offset = "0x1E4D340", Length = "0x8")]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BaseNumberConverter), Member = ".ctor", ReturnType = typeof(void))]
76 {
77 throw null;
78 }
79 }
80}
class f__AnonymousType0<< Count > j__TPar
override object FromString(string value, int radix)
override string ToString(object value, NumberFormatInfo formatInfo)
override object FromString(string value, NumberFormatInfo formatInfo)