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: 0x02000B2A RID: 2858
7 internal class Clipboard : Clipboard
8 {
9 // Token: 0x06005366 RID: 21350 RVA: 0x002847B4 File Offset: 0x002829B4
10 protected override string GetClipboard()
11 {
12 long num = 0L;
13 if ("-o" != null)
14 {
15 }
16 if (num == 0L)
17 {
18 }
19 throw new OutOfMemoryException();
20 }
21
22 // Token: 0x06005367 RID: 21351 RVA: 0x002847F4 File Offset: 0x002829F4
23 private void ClearClipboard()
24 {
25 if ("-c" != null)
26 {
27 }
28 }
29
30 // Token: 0x06005368 RID: 21352 RVA: 0x00284838 File Offset: 0x00282A38
31 protected override void SetClipboard(string text)
32 {
33 bool flag = text == "";
34 }
35
36 // Token: 0x06005369 RID: 21353 RVA: 0x00284890 File Offset: 0x00282A90
37 public Clipboard()
38 {
39 }
40 }
41}
override string GetClipboard()
Definition Clipboard.cs:10
override void SetClipboard(string text)
Definition Clipboard.cs:31