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
Debugger.cs
Go to the documentation of this file.
1using System;
8
9namespace System.Diagnostics
10{
11 [global::System.Runtime.InteropServices.ComVisible(true)]
12 [global::Cpp2ILInjected.Token(Token = "0x20005D2")]
13 public sealed class Debugger
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x170006E7")]
16 public static bool IsAttached
17 {
18 [global::Cpp2ILInjected.Token(Token = "0x6002D55")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1C04A1C", Offset = "0x1C04A1C", Length = "0x4C")]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Program", Member = "InitializeConsoleOutput", ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Localization.LanguageManager", Member = "LoadFilesForCulture", MemberParameters = new object[] { "Terraria.Localization.GameCulture" }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
24 get
25 {
26 throw null;
27 }
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x6002D56")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1C04A68", Offset = "0x1C04A68", Length = "0x4")]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
34 [MethodImpl(4096)]
35 private static extern bool IsAttached_internal();
36
37 [global::Cpp2ILInjected.Token(Token = "0x6002D57")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1C04A6C", Offset = "0x1C04A6C", Length = "0x4")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 public static void Break()
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6002D58")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1C04A70", Offset = "0x1C04A70", Length = "0x4")]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.DefaultTraceListener", Member = "WriteImpl", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
50 [MethodImpl(4096)]
51 public static extern bool IsLogging();
52
53 [global::Cpp2ILInjected.Token(Token = "0x6002D59")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1C04A74", Offset = "0x1C04A74", Length = "0x4")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
57 [MethodImpl(4096)]
58 private static extern void Log_icall(int level, ref string category, ref string message);
59
60 [global::Cpp2ILInjected.Token(Token = "0x6002D5A")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1C04A78", Offset = "0x1C04A78", Length = "0x6C")]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.DefaultTraceListener", Member = "WriteImpl", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
65 public static void Log(int level, string category, string message)
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x6002D5B")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1C04AE4", Offset = "0x1C04AE4", Length = "0x4")]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ThreadLocal<>), Member = "GetValueSlow", ReturnType = "T")]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.AsyncMethodBuilderCore), Member = "GetCompletionAction", MemberParameters = new object[]
74 {
75 typeof(global::System.Threading.Tasks.Task),
76 typeof(ref global::System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner)
77 }, ReturnType = typeof(global::System.Action))]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
79 public static void NotifyOfCrossThreadDependency()
80 {
81 throw null;
82 }
83
84 // Note: this type is marked as 'beforefieldinit'.
85 [global::Cpp2ILInjected.Token(Token = "0x6002D5C")]
86 [global::Cpp2ILInjected.Address(RVA = "0x1C04AE8", Offset = "0x1C04AE8", Length = "0x60")]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
88 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
89 static Debugger()
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x400195F")]
95 public static readonly string DefaultCategory;
96 }
97}
class f__AnonymousType0<< Count > j__TPar
static readonly string DefaultCategory
Definition Debugger.cs:95
static void Log(int level, string category, string message)
Definition Debugger.cs:65
static void NotifyOfCrossThreadDependency()
Definition Debugger.cs:79
static bool IsAttached_internal()
static void Log_icall(int level, ref string category, ref string message)