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
3
namespace
ReLogic.OS.Base
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
ReLogic.OS.Base.Clipboard.GetClipboard
string GetClipboard()
ReLogic.OS.Base.Clipboard.Value
string Value
Definition
Clipboard.cs:12
ReLogic.OS.Base.Clipboard.SanitizeClipboardText
static string SanitizeClipboardText(string clipboardText, bool allowNewLine)
Definition
Clipboard.cs:35
ReLogic.OS.Base.Clipboard.Clipboard
Clipboard()
Definition
Clipboard.cs:46
ReLogic.OS.Base.Clipboard.SetClipboard
void SetClipboard(string text)
ReLogic.OS.Base.Clipboard.MultiLineValue
string MultiLineValue
Definition
Clipboard.cs:26
ReLogic.OS.Base.Clipboard
Definition
Clipboard.cs:7
ReLogic.OS.IClipboard
Definition
IClipboard.cs:7
ReLogic.OS.Base
Definition
Clipboard.cs:4
System.ExceptionArgument.text
@ text
System
Definition
__ComObject.cs:4
source
ReLogic
OS
Base
Clipboard.cs
Generated by
1.10.0