C# 클래스 System.Windows.Forms.Clipboard

파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
ContainsAudio ( ) : bool
ContainsData ( string format ) : bool
ContainsFileDropList ( ) : bool
ContainsImage ( ) : bool
ContainsText ( ) : bool
ContainsText ( TextDataFormat format ) : bool
GetAudioStream ( ) : Stream
GetData ( string format ) : Object
GetDataObject ( ) : IDataObject
GetFileDropList ( ) : StringCollection
GetImage ( ) : Image
GetText ( ) : string
GetText ( TextDataFormat format ) : string
SetAudio ( Stream audioStream ) : void
SetAudio ( byte audioBytes ) : void
SetData ( string format, Object data ) : void
SetDataObject ( object data ) : void
SetDataObject ( object data, bool copy ) : void
SetDataObject ( object data, bool copy, int retryTimes, int retryDelay ) : void
SetImage ( Image image ) : void
SetText ( string text ) : void
SetText ( string text, TextDataFormat format ) : void

비공개 메소드들

메소드 설명
Clipboard ( ) : System
ClipboardContainsFormat ( ) : bool
ConvertFromClipboardData ( int type, IntPtr data, object &obj ) : bool
ConvertToClipboardData ( int &type, object obj, byte &data ) : bool
GetDataObject ( bool primary_selection ) : IDataObject
IsDataSerializable ( object obj ) : bool
SetDataObjectImpl ( object data, bool copy ) : void
SetFileDropList ( StringCollection filePaths ) : void

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

ContainsAudio() 공개 정적인 메소드

public static ContainsAudio ( ) : bool
리턴 bool

ContainsData() 공개 정적인 메소드

public static ContainsData ( string format ) : bool
format string
리턴 bool

ContainsFileDropList() 공개 정적인 메소드

public static ContainsFileDropList ( ) : bool
리턴 bool

ContainsImage() 공개 정적인 메소드

public static ContainsImage ( ) : bool
리턴 bool

ContainsText() 공개 정적인 메소드

public static ContainsText ( ) : bool
리턴 bool

ContainsText() 공개 정적인 메소드

public static ContainsText ( TextDataFormat format ) : bool
format TextDataFormat
리턴 bool

GetAudioStream() 공개 정적인 메소드

public static GetAudioStream ( ) : Stream
리턴 Stream

GetData() 공개 정적인 메소드

public static GetData ( string format ) : Object
format string
리턴 Object

GetDataObject() 공개 정적인 메소드

public static GetDataObject ( ) : IDataObject
리턴 IDataObject

GetFileDropList() 공개 정적인 메소드

public static GetFileDropList ( ) : StringCollection
리턴 System.Collections.Specialized.StringCollection

GetImage() 공개 정적인 메소드

public static GetImage ( ) : Image
리턴 Image

GetText() 공개 정적인 메소드

public static GetText ( ) : string
리턴 string

GetText() 공개 정적인 메소드

public static GetText ( TextDataFormat format ) : string
format TextDataFormat
리턴 string

SetAudio() 공개 정적인 메소드

public static SetAudio ( Stream audioStream ) : void
audioStream Stream
리턴 void

SetAudio() 공개 정적인 메소드

public static SetAudio ( byte audioBytes ) : void
audioBytes byte
리턴 void

SetData() 공개 정적인 메소드

public static SetData ( string format, Object data ) : void
format string
data Object
리턴 void

SetDataObject() 공개 정적인 메소드

public static SetDataObject ( object data ) : void
data object
리턴 void

SetDataObject() 공개 정적인 메소드

public static SetDataObject ( object data, bool copy ) : void
data object
copy bool
리턴 void

SetDataObject() 공개 정적인 메소드

public static SetDataObject ( object data, bool copy, int retryTimes, int retryDelay ) : void
data object
copy bool
retryTimes int
retryDelay int
리턴 void

SetImage() 공개 정적인 메소드

public static SetImage ( Image image ) : void
image Image
리턴 void

SetText() 공개 정적인 메소드

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

SetText() 공개 정적인 메소드

public static SetText ( string text, TextDataFormat format ) : void
text string
format TextDataFormat
리턴 void