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
Clipboard.cs
Go to the documentation of this file.
1using System;
2using System.Text;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000B2D")]
9 internal abstract class Clipboard : IClipboard
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x170008FA")]
12 public string Value
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6005372")]
15 [global::Cpp2ILInjected.Address(RVA = "0x944574", Offset = "0x944574", Length = "0x1C")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 get
19 {
20 throw null;
21 }
22 [global::Cpp2ILInjected.Token(Token = "0x6005373")]
23 [global::Cpp2ILInjected.Address(RVA = "0x94469C", Offset = "0x94469C", Length = "0xC")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
26 set
27 {
28 throw null;
29 }
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x170008FB")]
33 public string MultiLineValue
34 {
35 [global::Cpp2ILInjected.Token(Token = "0x6005374")]
36 [global::Cpp2ILInjected.Address(RVA = "0x9446A8", Offset = "0x9446A8", Length = "0x1C")]
37 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Clipboard), Member = "SanitizeClipboardText", MemberParameters = new object[]
40 {
41 typeof(string),
42 typeof(bool)
43 }, ReturnType = typeof(string))]
44 get
45 {
46 throw null;
47 }
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x6005375")]
51 [global::Cpp2ILInjected.Address(RVA = "0x944590", Offset = "0x944590", Length = "0x10C")]
52 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Clipboard), Member = "get_MultiLineValue", ReturnType = typeof(string))]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(StringBuilder))]
58 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
59 private static string SanitizeClipboardText(string clipboardText, bool allowNewLine)
60 {
61 throw null;
62 }
63
64 [global::Cpp2ILInjected.Token(Token = "0x6005376")]
65 protected abstract string GetClipboard();
66
67 [global::Cpp2ILInjected.Token(Token = "0x6005377")]
68 protected abstract void SetClipboard(string text);
69
70 [global::Cpp2ILInjected.Token(Token = "0x6005378")]
71 [global::Cpp2ILInjected.Address(RVA = "0x943B14", Offset = "0x943B14", Length = "0x8")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
74 protected Clipboard()
75 {
76 throw null;
77 }
78 }
79}
class f__AnonymousType0<< Count > j__TPar
static string SanitizeClipboardText(string clipboardText, bool allowNewLine)
Definition Clipboard.cs:59
void SetClipboard(string text)