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