Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
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
Afficher le fichier
Open project: prime31/Nez
Méthodes publiques
Méthode
Description
getContents
( ) :
string
setContents
(
string
text
) :
void
Private Methods
Méthode
Description
IClipboard
( ) :
string
IClipboard
(
string
text
) :
void
Method Details
getContents()
public
static
méthode
public
static
getContents
( ) :
string
Résultat
string
setContents()
public
static
méthode
public
static
setContents
(
string
text
) :
void
text
string
Résultat
void