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;
3
5{
6 // Token: 0x02000B27 RID: 2855
7 internal class Clipboard : Clipboard
8 {
9 // Token: 0x0600535B RID: 21339 RVA: 0x0028467C File Offset: 0x0028287C
10 protected override string GetClipboard()
11 {
12 long num = 0L;
13 if ("-pboard general" != null)
14 {
15 }
16 if (num == 0L)
17 {
18 }
19 throw new OutOfMemoryException();
20 }
21
22 // Token: 0x0600535C RID: 21340 RVA: 0x002846BC File Offset: 0x002828BC
23 protected override void SetClipboard(string text)
24 {
25 if ("-pboard general -Prefer txt" != null)
26 {
27 }
28 }
29
30 // Token: 0x0600535D RID: 21341 RVA: 0x00284704 File Offset: 0x00282904
31 public Clipboard()
32 {
33 }
34 }
35}
override string GetClipboard()
Definition Clipboard.cs:10
override void SetClipboard(string text)
Definition Clipboard.cs:23