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
UnityLogWriter.cs
Go to the documentation of this file.
1using System;
2using System.IO;
4using System.Text;
8
9namespace UnityEngine
10{
11 [NativeHeader("Runtime/Export/Logging/UnityLogWriter.bindings.h")]
12 [global::Cpp2ILInjected.Token(Token = "0x200003D")]
13 internal class UnityLogWriter : TextWriter
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000074")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1F6C43C", Offset = "0x1F6C43C", Length = "0x44")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
20 public static void WriteStringToUnityLog(string s)
21 {
22 throw null;
23 }
24
25 [FreeFunction(IsThreadSafe = true)]
26 [global::Cpp2ILInjected.Token(Token = "0x6000075")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1F6C480", Offset = "0x1F6C480", Length = "0x3C")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
30 [MethodImpl(4096)]
31 private static extern void WriteStringToUnityLogImpl(string s);
32
33 [global::Cpp2ILInjected.Token(Token = "0x6000076")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1F6C4BC", Offset = "0x1F6C4BC", Length = "0x78")]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ClassLibraryInitializer), Member = "Init", ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnityLogWriter), Member = ".ctor", ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Console), Member = "SetOut", MemberParameters = new object[] { typeof(TextWriter) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
40 public static void Init()
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x1700000E")]
46 public override Encoding Encoding
47 {
48 [global::Cpp2ILInjected.Token(Token = "0x6000077")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1F6C58C", Offset = "0x1F6C58C", Length = "0x8")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = "get_UTF8", ReturnType = typeof(Encoding))]
52 get
53 {
54 throw null;
55 }
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x6000078")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1F6C594", Offset = "0x1F6C594", Length = "0x54")]
60 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "ToString", ReturnType = typeof(string))]
63 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
64 public override void Write(char value)
65 {
66 throw null;
67 }
68
69 [global::Cpp2ILInjected.Token(Token = "0x6000079")]
70 [global::Cpp2ILInjected.Address(RVA = "0x1F6C5E8", Offset = "0x1F6C5E8", Length = "0x44")]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
72 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
73 public override void Write(string s)
74 {
75 throw null;
76 }
77
78 [global::Cpp2ILInjected.Token(Token = "0x600007A")]
79 [global::Cpp2ILInjected.Address(RVA = "0x1F6C62C", Offset = "0x1F6C62C", Length = "0x48")]
80 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "CreateString", MemberParameters = new object[]
82 {
83 typeof(char[]),
84 typeof(int),
85 typeof(int)
86 }, ReturnType = typeof(string))]
87 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
88 public override void Write(char[] buffer, int index, int count)
89 {
90 throw null;
91 }
92
93 [global::Cpp2ILInjected.Token(Token = "0x600007B")]
94 [global::Cpp2ILInjected.Address(RVA = "0x1F6C534", Offset = "0x1F6C534", Length = "0x58")]
95 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityLogWriter), Member = "Init", ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TextWriter), Member = ".ctor", ReturnType = typeof(void))]
98 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
100 {
101 throw null;
102 }
103 }
104}
class f__AnonymousType0<< Count > j__TPar
override void Write(char[] buffer, int index, int count)
override void Write(char value)
override void Write(string s)
static void WriteStringToUnityLogImpl(string s)
static void WriteStringToUnityLog(string s)