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.
1
using
System
;
2
using
ReLogic.OS.Base
;
3
4
namespace
ReLogic.OS.Linux
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 = 0
L
;
13
if
(
"-o"
!=
null
)
14
{
15
}
16
if
(num == 0
L
)
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
}
ReLogic.OS.Linux.Clipboard.ClearClipboard
void ClearClipboard()
Definition
Clipboard.cs:23
ReLogic.OS.Linux.Clipboard.GetClipboard
override string GetClipboard()
Definition
Clipboard.cs:10
ReLogic.OS.Linux.Clipboard.Clipboard
Clipboard()
Definition
Clipboard.cs:37
ReLogic.OS.Linux.Clipboard.SetClipboard
override void SetClipboard(string text)
Definition
Clipboard.cs:31
ReLogic.OS.Linux.Clipboard
Definition
Clipboard.cs:8
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
ReLogic.OS.Base
Definition
Clipboard.cs:4
ReLogic.OS.Linux
Definition
Clipboard.cs:5
System.ExceptionArgument.text
@ text
System.ConsoleKey.L
@ L
System
Definition
__ComObject.cs:4
source
ReLogic
OS
Linux
Clipboard.cs
Generated by
1.10.0