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
BootConfigData.cs
Go to the documentation of this file.
1using System;
6
7namespace UnityEngine
8{
9 [NativeHeader("Runtime/Export/Bootstrap/BootConfig.bindings.h")]
10 [global::Cpp2ILInjected.Token(Token = "0x2000096")]
11 internal class BootConfigData
12 {
14 [global::Cpp2ILInjected.Token(Token = "0x60002A6")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1F795F0", Offset = "0x1F795F0", Length = "0x58")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BootConfigData), Member = ".ctor", MemberParameters = new object[] { typeof(IntPtr) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x60002A7")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1F79648", Offset = "0x1F79648", Length = "0xC0")]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BootConfigData), Member = "WrapBootConfigData", MemberParameters = new object[] { typeof(IntPtr) }, ReturnType = typeof(BootConfigData))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Equality", MemberParameters = new object[]
30 {
33 }, ReturnType = typeof(bool))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x4000345")]
42 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
43 private IntPtr m_Ptr;
44 }
45}
class f__AnonymousType0<< Count > j__TPar
BootConfigData(IntPtr nativeHandle)
static BootConfigData WrapBootConfigData(IntPtr nativeHandle)