terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Clipboard.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000B2D RID: 2861
6 internal abstract class Clipboard : IClipboard
7 {
8 // Token: 0x170008FA RID: 2298
9 // (get) Token: 0x06005372 RID: 21362 RVA: 0x00284954 File Offset: 0x00282B54
10 // (set) Token: 0x06005373 RID: 21363 RVA: 0x00284964 File Offset: 0x00282B64
11 public string Value
12 {
13 get
14 {
15 string text;
16 return text;
17 }
18 set
19 {
20 }
21 }
22
23 // Token: 0x170008FB RID: 2299
24 // (get) Token: 0x06005374 RID: 21364 RVA: 0x00284974 File Offset: 0x00282B74
25 public string MultiLineValue
26 {
27 get
28 {
29 string text;
30 return text;
31 }
32 }
33
34 // Token: 0x06005375 RID: 21365 RVA: 0x00284984 File Offset: 0x00282B84
35 private static string SanitizeClipboardText(string clipboardText, bool allowNewLine)
36 {
37 }
38
39 // Token: 0x06005376 RID: 21366
40 protected abstract string GetClipboard();
41
42 // Token: 0x06005377 RID: 21367
43 protected abstract void SetClipboard(string text);
44
45 // Token: 0x06005378 RID: 21368 RVA: 0x00284994 File Offset: 0x00282B94
46 protected Clipboard()
47 {
48 }
49 }
50}
class f__AnonymousType0<< Count > j__TPar
static string SanitizeClipboardText(string clipboardText, bool allowNewLine)
Definition Clipboard.cs:35
void SetClipboard(string text)