Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Nez
Clipboard
C# Class Nez.Clipboard
prep for a proper multi-platform clipboard system. For now it just mocks the clipboard and will only work in-app
Inheritance:
IClipboard
显示文件
Open project: prime31/Nez
Public Methods
Method
Description
getContents
( ) :
string
setContents
(
string
text
) :
void
Private Methods
Method
Description
IClipboard
( ) :
string
IClipboard
(
string
text
) :
void
Method Details
getContents()
public
static
method
public
static
getContents
( ) :
string
return
string
setContents()
public
static
method
public
static
setContents
(
string
text
) :
void
text
string
return
void