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
IOUtil.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000400")]
8 internal static class IOUtil
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001FD1")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1B5C4F4", Offset = "0x1B5C4F4", Length = "0xC")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 internal static bool FlagTest(MessageEnum flag, MessageEnum target)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6001FD2")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1B5C500", Offset = "0x1B5C500", Length = "0x60")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(IOUtil), Member = "WriteWithCode", MemberParameters = new object[]
23 {
24 typeof(global::System.Type),
25 typeof(object),
27 }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BinaryMethodCall), Member = "Write", MemberParameters = new object[] { typeof(__BinaryWriter) }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BinaryMethodReturn), Member = "Write", MemberParameters = new object[] { typeof(__BinaryWriter) }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
32 internal static void WriteStringWithCode(string value, __BinaryWriter sout)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x6001FD3")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1B5C560", Offset = "0x1B5C560", Length = "0x11C")]
39 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BinaryMethodCall), Member = "Write", MemberParameters = new object[] { typeof(__BinaryWriter) }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BinaryMethodReturn), Member = "Write", MemberParameters = new object[] { typeof(__BinaryWriter) }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Converter), Member = "ToCode", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(InternalPrimitiveTypeE))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IOUtil), Member = "WriteStringWithCode", MemberParameters = new object[]
45 {
46 typeof(string),
47 typeof(__BinaryWriter)
48 }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
50 internal static void WriteWithCode(global::System.Type type, object value, __BinaryWriter sout)
51 {
52 throw null;
53 }
54 }
55}
class f__AnonymousType0<< Count > j__TPar
static bool FlagTest(MessageEnum flag, MessageEnum target)
Definition IOUtil.cs:14
static void WriteStringWithCode(string value, __BinaryWriter sout)
Definition IOUtil.cs:32
static void WriteWithCode(global::System.Type type, object value, __BinaryWriter sout)
Definition IOUtil.cs:50