C# 클래스 Nez.Clipboard

prep for a proper multi-platform clipboard system. For now it just mocks the clipboard and will only work in-app
상속: IClipboard
파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
getContents ( ) : string
setContents ( string text ) : void

비공개 메소드들

메소드 설명
IClipboard ( ) : string
IClipboard ( string text ) : void

메소드 상세

getContents() 공개 정적인 메소드

public static getContents ( ) : string
리턴 string

setContents() 공개 정적인 메소드

public static setContents ( string text ) : void
text string
리턴 void