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
AppSettingsReader.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200048F")]
8 public class AppSettingsReader
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001FB0")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1E9C658", Offset = "0x1E9C658", Length = "0x38")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6001FB1")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1E9C690", Offset = "0x1E9C690", Length = "0x38")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
23 public object GetValue(string key, Type type)
24 {
25 throw null;
26 }
27 }
28}
object GetValue(string key, Type type)